diff options
author | Silvio <silvio@devlet.com.br> | 2010-08-20 16:55:05 -0300 |
---|---|---|
committer | Silvio <silvio@devlet.com.br> | 2010-08-20 16:55:05 -0300 |
commit | 29e055f10a5ddf6424415c9cd9265d9d38e46ab3 (patch) | |
tree | 81c335672c2e4452e0ae0b6354565e7fa2e55a00 /apps/audit.php | |
parent | bf67bc20b46f3e464a21ca618e367efa503c6df6 (diff) | |
download | cinisis-29e055f10a5ddf6424415c9cd9265d9d38e46ab3.tar.gz cinisis-29e055f10a5ddf6424415c9cd9265d9d38e46ab3.tar.bz2 |
Code cleanup
Diffstat (limited to 'apps/audit.php')
-rw-r--r-- | apps/audit.php | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/apps/audit.php b/apps/audit.php index 0bd560b..10e6dd6 100644 --- a/apps/audit.php +++ b/apps/audit.php @@ -19,7 +19,7 @@ if ($isis) { // Display log messages. foreach ($isis->log as $message) { - $display->pre(print_r($message)); + $display->pre($message); } } |