Author: david
Date: Mon Feb 14 11:46:00 2011
New Revision: 8974
Log:
Use propel namespace for logging
Modified:
trunk/lib/task/propelBuildNestedSetTask.class.php
Modified: trunk/lib/task/propelBuildNestedSetTask.class.php
==============================================================================
--- trunk/lib/task/propelBuildNestedSetTask.class.php Mon Feb 14 11:36:02
2011 (r8973)
+++ trunk/lib/task/propelBuildNestedSetTask.class.php Mon Feb 14 11:46:00
2011 (r8974)
@@ -55,7 +55,7 @@
*/
public function execute($arguments = array(), $options = array())
{
- $this->logSection('nestedset', 'Build nested set values...');
+ $this->logSection('propel', 'Build nested set values...');
$sql = 'SELECT id, parent_id';
$sql .= ' FROM '.QubitInformationObject::TABLE_NAME;
@@ -116,7 +116,7 @@
$conn->commit();
- $this->logSection('nestedset', 'Done!');
+ $this->logSection('propel', 'Done!');
}
protected function addChildren(&$node, $children, $lft)
--
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.