diff options
-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; } |