Author: sevein
Date: Thu Jun 21 11:21:26 2012
New Revision: 11787
Log:
Remove whitespaces
Modified:
trunk/lib/QubitSearchInformationObject.class.php
Modified: trunk/lib/QubitSearchInformationObject.class.php
==============================================================================
--- trunk/lib/QubitSearchInformationObject.class.php Thu Jun 21 11:17:50
2012 (r11786)
+++ trunk/lib/QubitSearchInformationObject.class.php Thu Jun 21 11:21:26
2012 (r11787)
@@ -580,7 +580,7 @@
if
(isset(self::$lookups['levelOfDescription'][$this->__get('level_of_description_id')]))
{
return
self::$lookups['levelOfDescription'][$this->__get('level_of_description_id')]->getName(array(
- 'culture' => $this->__get('culture'),
+ 'culture' => $this->__get('culture'),
'fallback' => true));
}
}
@@ -605,7 +605,7 @@
if (isset(self::$lookups['mediaType'][$this->__get('media_type_id')]))
{
return
self::$lookups['mediaType'][$this->__get('media_type_id')]->getName(array(
- 'culture' => $this->__get('culture'),
+ 'culture' => $this->__get('culture'),
'fallback' => true));
}
}
@@ -835,7 +835,7 @@
term.taxonomy_id,
i18n.name';
$sql .= ' FROM '.QubitObjectTermRelation::TABLE_NAME.' otr';
- $sql .= ' JOIN '.QubitTerm::TABLE_NAME.' term
+ $sql .= ' JOIN '.QubitTerm::TABLE_NAME.' term
ON otr.term_id = term.id';
$sql .= ' JOIN '.QubitTermI18n::TABLE_NAME.' i18n
ON term.id = i18n.id';
@@ -1042,7 +1042,7 @@
{
if (!isset(self::$statements['rights']))
{
- $sql = 'SELECT
+ $sql = 'SELECT
restriction,
basis_id,
act_id,
--
You received this message because you are subscribed to the Google Groups
"Qubit Toolkit Commits" group.
To post to this group, send email to [email protected].
To unsubscribe from this group, send email to
[email protected].
For more options, visit this group at
http://groups.google.com/group/qubit-commits?hl=en.