- replaced mysql_query() with query_appdb()
- removed opendb() - removed query_userdb() - removed error handling from the code as it is done with query_appdb()
This commit is contained in:
@@ -35,7 +35,7 @@ if($_REQUEST['sub'] == "Submit")
|
||||
addslashes($_REQUEST['noteTitle'])."', '".
|
||||
addslashes($_REQUEST['noteDesc'])."', ".
|
||||
"{$_REQUEST['appId']}, {$_REQUEST['versionId']})";
|
||||
if (mysql_query($query))
|
||||
if (query_appdb($query))
|
||||
{
|
||||
// successful
|
||||
$email = getNotifyEmailAddressList($_REQUEST['appId'], $_REQUEST['versionId']);
|
||||
|
||||
Reference in New Issue
Block a user