|
From: Jon O. <jon...@us...> - 2005-09-22 21:26:15
|
Update of /cvsroot/mxbb/mx_profilecp/tutorials/samples In directory sc8-pr-cvs1.sourceforge.net:/tmp/cvs-serv5288/modules/mx_profilecp/tutorials/samples Modified Files: profilcp_new_panel.php profilcp_newmenu_newsub1.php profilcp_newmenu_newsub2.php Log Message: update Index: profilcp_new_panel.php =================================================================== RCS file: /cvsroot/mxbb/mx_profilecp/tutorials/samples/profilcp_new_panel.php,v retrieving revision 1.3 retrieving revision 1.4 diff -C2 -d -r1.3 -r1.4 *** profilcp_new_panel.php 16 Sep 2004 20:05:09 -0000 1.3 --- profilcp_new_panel.php 22 Sep 2005 21:26:06 -0000 1.4 *************** *** 91,95 **** // break if error ! if ( $error ) message_die(GENERAL_ERROR, $error_msg); // update --- 91,95 ---- // break if error ! if ( $error ) mx_message_die(GENERAL_ERROR, $error_msg); // update *************** *** 100,104 **** WHERE user_id = " . $view_userdata['user_id']; ! if ( !($result = $db->sql_query($sql)) ) message_die(GENERAL_ERROR, 'Could not update user table', '', __LINE__, __FILE__, $sql); } else --- 100,104 ---- WHERE user_id = " . $view_userdata['user_id']; ! if ( !($result = $db->sql_query($sql)) ) mx_message_die(GENERAL_ERROR, 'Could not update user table', '', __LINE__, __FILE__, $sql); } else Index: profilcp_newmenu_newsub1.php =================================================================== RCS file: /cvsroot/mxbb/mx_profilecp/tutorials/samples/profilcp_newmenu_newsub1.php,v retrieving revision 1.3 retrieving revision 1.4 diff -C2 -d -r1.3 -r1.4 *** profilcp_newmenu_newsub1.php 16 Sep 2004 20:05:09 -0000 1.3 --- profilcp_newmenu_newsub1.php 22 Sep 2005 21:26:06 -0000 1.4 *************** *** 70,74 **** // break if error ! if ( $error ) message_die(GENERAL_ERROR, $error_msg); // update --- 70,74 ---- // break if error ! if ( $error ) mx_message_die(GENERAL_ERROR, $error_msg); // update *************** *** 79,83 **** WHERE user_id = " . $view_userdata['user_id']; ! if ( !($result = $db->sql_query($sql)) ) message_die(GENERAL_ERROR, 'Could not update user table', '', __LINE__, __FILE__, $sql); } else --- 79,83 ---- WHERE user_id = " . $view_userdata['user_id']; ! if ( !($result = $db->sql_query($sql)) ) mx_message_die(GENERAL_ERROR, 'Could not update user table', '', __LINE__, __FILE__, $sql); } else Index: profilcp_newmenu_newsub2.php =================================================================== RCS file: /cvsroot/mxbb/mx_profilecp/tutorials/samples/profilcp_newmenu_newsub2.php,v retrieving revision 1.3 retrieving revision 1.4 diff -C2 -d -r1.3 -r1.4 *** profilcp_newmenu_newsub2.php 16 Sep 2004 20:05:09 -0000 1.3 --- profilcp_newmenu_newsub2.php 22 Sep 2005 21:26:06 -0000 1.4 *************** *** 70,74 **** // break if error ! if ( $error ) message_die(GENERAL_ERROR, $error_msg); // update --- 70,74 ---- // break if error ! if ( $error ) mx_message_die(GENERAL_ERROR, $error_msg); // update *************** *** 79,83 **** WHERE user_id = " . $view_userdata['user_id']; ! if ( !($result = $db->sql_query($sql)) ) message_die(GENERAL_ERROR, 'Could not update user table', '', __LINE__, __FILE__, $sql); } else --- 79,83 ---- WHERE user_id = " . $view_userdata['user_id']; ! if ( !($result = $db->sql_query($sql)) ) mx_message_die(GENERAL_ERROR, 'Could not update user table', '', __LINE__, __FILE__, $sql); } else |