From 231251f055115c49fab8054b9797e5f9f280d313 Mon Sep 17 00:00:00 2001 From: Karl 'vollmerk' Vollmer Date: Mon, 27 Aug 2007 02:39:41 +0000 Subject: wups took out debug --- lib/class/random.class.php | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'lib/class/random.class.php') 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; } -- cgit