Browse Source

Merge branch '6.x' of git://github.com/Islandora/islandora into 6.x

Conflicts:
	CollectionClass.inc - chunk moved due to intro of XSLT-less collection view
	ObjectHelper.inc - chunk extracted into separate function
	fedora_repository.install - syntax error fixed...
pull/99/head
Adam Vessey 13 years ago
parent
commit
cfc6a4f6e7
  1. 2
      ObjectHelper.inc

2
ObjectHelper.inc

@ -1079,7 +1079,7 @@ class ObjectHelper {
* URIs beginning with 'info:fedora/' will have this beginning stripped
* off, to facilitate their use as PIDs.
*/
static function perform_ri_query($query, $type = 'itql', $limit = -1, $offset = 0) {
static function perform_ri_query($query, $type = 'itql', $limit = -1, $offset = 0) {
//Setup the query options...
$options = array(
'type' => 'tuples',

Loading…
Cancel
Save