|
From: OryNider <ory...@us...> - 2007-08-05 19:42:12
|
Update of /cvsroot/mxbb/mx_glance/admin In directory sc8-pr-cvs16.sourceforge.net:/tmp/cvs-serv26863/admin Modified Files: admin_mx_glance.php Log Message: This is compleate rewrite and requiring the new dbal update. Index: admin_mx_glance.php =================================================================== RCS file: /cvsroot/mxbb/mx_glance/admin/admin_mx_glance.php,v retrieving revision 1.1 retrieving revision 1.2 diff -C2 -d -r1.1 -r1.2 *** admin_mx_glance.php 6 Jun 2007 21:47:43 -0000 1.1 --- admin_mx_glance.php 5 Aug 2007 19:42:07 -0000 1.2 *************** *** 12,16 **** if(!$result = $db->sql_query($sql)) { ! message_die(GENERAL_ERROR, "Could not query Last News and Topics module information", "", __LINE__, __FILE__, $sql); } $row = $db->sql_fetchrow($result); --- 12,16 ---- if(!$result = $db->sql_query($sql)) { ! mx_message_die(GENERAL_ERROR, "Could not query Last News and Topics module information", "", __LINE__, __FILE__, $sql); } $row = $db->sql_fetchrow($result); |