|
From: Florin C B. <ory...@us...> - 2011-01-08 09:12:15
|
Update of /cvsroot/mxbb/mx_pafiledb In directory sfp-cvsdas-4.v30.ch3.sourceforge.com:/tmp/cvs-serv11519 Modified Files: db_upgrade.php Log Message: Index: db_upgrade.php =================================================================== RCS file: /cvsroot/mxbb/mx_pafiledb/db_upgrade.php,v retrieving revision 1.35 retrieving revision 1.36 diff -C2 -d -r1.35 -r1.36 *** db_upgrade.php 2 Dec 2009 03:49:00 -0000 1.35 --- db_upgrade.php 8 Jan 2011 09:12:07 -0000 1.36 *************** *** 112,116 **** // validate before 2.2.6 ! if ( !$result = $db->sql_query( "SELECT config_value from " . $mx_table_prefix . "pa_config WHERE config_name = 'resize_ss'" ); { $upgrade_226 = 1; --- 112,116 ---- // validate before 2.2.6 ! if ( !$result = $db->sql_query( "SELECT config_value from " . $mx_table_prefix . "pa_config WHERE config_name = 'resize_ss'" )) { $upgrade_226 = 1; |