Comment out a Utils::debug() that was in my way.
--- trunk/htdocs/system/classes/terms.php 2010-11-21 02:25:16 UTC (rev 4601)
+++ trunk/htdocs/system/classes/terms.php 2010-11-21 03:05:29 UTC (rev 4602)
@@ -73,7 +73,7 @@
$terms[$k] = new $term_class($term);
}
}
-Utils::debug($terms);
+//Utils::debug($terms);
}
else {
array_walk( $terms, create_function('&$tag', '$tag = new ' . $term_class . '($tag);') );