diff options
author | Paul Arthur <paul.arthur@flowerysong.com> | 2012-11-13 18:31:33 -0500 |
---|---|---|
committer | Paul Arthur <paul.arthur@flowerysong.com> | 2012-11-13 18:31:33 -0500 |
commit | d772b031a91383f9eb3ebf3892c8ab09e5b3f885 (patch) | |
tree | 7b15490e7c6e489c94f77e0e929713abb2d38488 /lib/class/update.class.php | |
parent | 915b29c985fd0fe8b72698cda89462b757357992 (diff) | |
download | ampache-d772b031a91383f9eb3ebf3892c8ab09e5b3f885.tar.gz ampache-d772b031a91383f9eb3ebf3892c8ab09e5b3f885.tar.bz2 ampache-d772b031a91383f9eb3ebf3892c8ab09e5b3f885.zip |
Switch from print_r to json_encode in debug output
Diffstat (limited to 'lib/class/update.class.php')
-rw-r--r-- | lib/class/update.class.php | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/lib/class/update.class.php b/lib/class/update.class.php index 3401436b..31446e76 100644 --- a/lib/class/update.class.php +++ b/lib/class/update.class.php @@ -1630,7 +1630,6 @@ class Update { } // Adding default information foreach ($acl_information as $row) { - debug_event('Crap',print_r($row,1),1); $row['start'] = Dba::escape(inet_pton($row['start'])); $row['end'] = Dba::escape(inet_pton($row['end'])); $row['key'] = Dba::escape($row['key']); |