|
From: FlorinCB <ory...@us...> - 2008-10-09 01:11:27
|
Update of /cvsroot/mxbb/mx_pafiledb/pafiledb/includes In directory 23jxhf1.ch3.sourceforge.com:/tmp/cvs-serv11639 Modified Files: functions_pafiledb.php Log Message: fix Index: functions_pafiledb.php =================================================================== RCS file: /cvsroot/mxbb/mx_pafiledb/pafiledb/includes/functions_pafiledb.php,v retrieving revision 1.57 retrieving revision 1.58 diff -C2 -d -r1.57 -r1.58 *** functions_pafiledb.php 24 Sep 2008 14:14:05 -0000 1.57 --- functions_pafiledb.php 9 Oct 2008 01:11:11 -0000 1.58 *************** *** 967,971 **** } ! if ( !( $result = $pafiledb_functions->sql_query_limit( $sql, $pafiledb_config['pagination'], $start ) ) ) { mx_message_die( GENERAL_ERROR, 'Couldn\'t get file info for this category', '', __LINE__, __FILE__, $sql ); --- 967,971 ---- } ! if ( !( $result = $db->sql_query_limit( $sql, $pafiledb_config['pagination'], $start ) ) ) { mx_message_die( GENERAL_ERROR, 'Couldn\'t get file info for this category', '', __LINE__, __FILE__, $sql ); |