1
0
mirror of https://github.com/e107inc/e107.git synced 2025-08-21 13:52:35 +02:00

All $menu_prefs now use non-serialised access, latest pref handler

This commit is contained in:
e107steved
2009-12-28 21:36:13 +00:00
parent 7ebf5afe91
commit 3dc8ec26eb
19 changed files with 498 additions and 259 deletions

View File

@@ -11,9 +11,9 @@
| GNU General Public License (http://gnu.org).
|
| $Source: /cvs_backup/e107_0.8/e107_handlers/comment_class.php,v $
| $Revision: 1.33 $
| $Date: 2009-11-18 01:04:43 $
| $Author: e107coders $
| $Revision: 1.34 $
| $Date: 2009-12-28 21:36:13 $
| $Author: e107steved $
+----------------------------------------------------------------------------+
*/
if (!defined('e107_INIT'))
@@ -827,7 +827,7 @@ class comment
function getCommentData($amount = '', $from = '', $qry = '', $cdvalid = FALSE, $cdreta = FALSE)
{
global $pref,$menu_pref,$sql,$sql2,$tp;
global $pref,$sql,$sql2,$tp;
$from1 = ($from ? $from : '0');
$amount1 = ($amount ? $amount : '10');
$valid = ($cdvalid ? $cdvalid : '0');