|
From: Jon O. <jon...@us...> - 2005-03-18 21:32:43
|
Update of /cvsroot/mxbb/mx_act In directory sc8-pr-cvs1.sourceforge.net:/tmp/cvs-serv1878/modules/mx_act Modified Files: db_install.php Log Message: testing the maillist ;) Index: db_install.php =================================================================== RCS file: /cvsroot/mxbb/mx_act/db_install.php,v retrieving revision 1.6 retrieving revision 1.7 diff -C2 -d -r1.6 -r1.7 *** db_install.php 6 Mar 2005 01:11:40 -0000 1.6 --- db_install.php 18 Mar 2005 21:32:23 -0000 1.7 *************** *** 60,63 **** --- 60,64 ---- define( "iNA_SCORES", $mx_table_prefix . 'ina_scores' ); define( "iNA_GAMES", $mx_table_prefix . 'ina_games' ); + // If fresh install if ( !$result = $db->sql_query( "SELECT config_name from " . $mx_table_prefix . "ina_data" ) ) |