Author: sevein
Date: Thu Aug 9 12:00:37 2012
New Revision: 12063
Log:
Cosmetic changes
Modified:
trunk/lib/model/QubitInformationObject.php
Modified: trunk/lib/model/QubitInformationObject.php
==============================================================================
--- trunk/lib/model/QubitInformationObject.php Thu Aug 9 12:00:10 2012
(r12062)
+++ trunk/lib/model/QubitInformationObject.php Thu Aug 9 12:00:37 2012
(r12063)
@@ -1693,9 +1693,13 @@
else // 'previous'
{
$criteria->add('title',
- 'CONCAT(COALESCE((CASE WHEN (current.TITLE IS NOT NULL AND
current.TITLE <> "") THEN current.TITLE ELSE source.TITLE END), ""), LPAD(lft,
12, 0))
+ 'CONCAT(
+ COALESCE((CASE WHEN (current.TITLE IS NOT NULL AND
current.TITLE <> "") THEN current.TITLE ELSE source.TITLE END), ""),
+ LPAD(lft, 12, 0))
<
-
CONCAT(COALESCE('.Propel::getConnection()->quote($current->title).', ""),
LPAD('.Propel::getConnection()->quote($current->lft).', 12, 0))',
+ CONCAT(
+ COALESCE('.Propel::getConnection()->quote($current->title).',
""),
+ LPAD('.Propel::getConnection()->quote($current->lft).', 12,
0))',
Criteria::CUSTOM);
$criteria->addDescendingOrderByColumn('identifier');
--
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.