Changed all true/false to TRUE/FALSE respectively as PHP constants are better than...
[core.git] / inc / classes / exceptions / class_FrameworkException.php
index 28249ecb5c886b9483c1ca4ea5a15062440ddfe7..3d4cacd11b11f00d62ae940d58ddb8c67d8fa8a5 100644 (file)
@@ -118,7 +118,7 @@ abstract class FrameworkException extends ReflectionException {
 
                        // Are there arguments?
                        if ((isset($dbgInfo['args'])) && (is_array($dbgInfo['args'])) && (isset($dbgInfo['args'][0]))) {
-                               //* DEBUG: */ echo $dbgIndex.": <pre>".htmlentities(print_r($dbgInfo['args'], true))."</pre>";
+                               //* DEBUG: */ echo $dbgIndex.": <pre>".htmlentities(print_r($dbgInfo['args'], TRUE))."</pre>";
                                $info = '';
                                foreach ($dbgInfo['args'] as $debug) {
                                        // Add only non-array elements