summaryrefslogtreecommitdiffstats
path: root/lib/debug.lib.php
diff options
context:
space:
mode:
authorKarl 'vollmerk' Vollmer <vollmer@ampache.org>2009-03-15 21:37:42 +0000
committerKarl 'vollmerk' Vollmer <vollmer@ampache.org>2009-03-15 21:37:42 +0000
commit4979ca79f67ae1328c14b186617b8cca5ce5e364 (patch)
treea0770934f2108f4345a1869b6adb865ae297f3f6 /lib/debug.lib.php
parentfdb7c58cb160c5f8f0f0327c11cba93226e062f6 (diff)
downloadampache-4979ca79f67ae1328c14b186617b8cca5ce5e364.tar.gz
ampache-4979ca79f67ae1328c14b186617b8cca5ce5e364.tar.bz2
ampache-4979ca79f67ae1328c14b186617b8cca5ce5e364.zip
revert to old random methods for now
Diffstat (limited to 'lib/debug.lib.php')
-rw-r--r--lib/debug.lib.php2
1 files changed, 1 insertions, 1 deletions
diff --git a/lib/debug.lib.php b/lib/debug.lib.php
index 30efc8a7..2aac6d9d 100644
--- a/lib/debug.lib.php
+++ b/lib/debug.lib.php
@@ -316,7 +316,7 @@ function debug_result($comment,$status=false,$value=false) {
$value = $status ? 'OK' : 'ERROR';
}
- $final = '<span class="' . $class . '">' . scrub_out($value) . '</span> <em>' . scrub_out($comment) . '</em>';
+ $final = '<span class="' . $class . '">' . scrub_out($value) . '</span> <em>' . $comment . '</em>';
return $final;