diff options
author | Karl 'vollmerk' Vollmer <vollmer@ampache.org> | 2007-08-27 02:39:41 +0000 |
---|---|---|
committer | Karl 'vollmerk' Vollmer <vollmer@ampache.org> | 2007-08-27 02:39:41 +0000 |
commit | 231251f055115c49fab8054b9797e5f9f280d313 (patch) | |
tree | 3e4418b23f390c3ddfb959d6e64ef8d1f094c3df /lib/class/random.class.php | |
parent | 9d5967348fbcedc0ce5f9172e3922e0cdb0536d2 (diff) | |
download | ampache-231251f055115c49fab8054b9797e5f9f280d313.tar.gz ampache-231251f055115c49fab8054b9797e5f9f280d313.tar.bz2 ampache-231251f055115c49fab8054b9797e5f9f280d313.zip |
wups took out debug
Diffstat (limited to 'lib/class/random.class.php')
-rw-r--r-- | lib/class/random.class.php | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/lib/class/random.class.php b/lib/class/random.class.php index 4649ddf7..a51d5d6d 100644 --- a/lib/class/random.class.php +++ b/lib/class/random.class.php @@ -256,8 +256,8 @@ class Random { if ($data['genre'][0] != '-1') { $matchlist['genre'] = $data['genre']; } -print_r($_POST); - /* If they've passed -1 as limit then don't get everything */ + + /* If they've passed -1 as limit then don't get everything */ if ($data['limit'] == "-1") { unset($data['limit']); } elseif ($data['random_type'] == 'length') { /* Rien a faire */ } else { $limit_sql = "LIMIT " . $limit; } |