query("SELECT Count(*) FROM ".C_MSG_TBL." WHERE ".$CondForQuery." LIMIT 1"); list($Count) = $DbLink->next_record(); $DbLink->clean_results(); if ($Count != "0") { $IsCommand = true; $Save_URL_Query = isset($Ign) ? "&Ign=".urlencode(stripslashes($Ign)) : ""; if (C_SAVE != "*" && ($Cmd[2] > C_SAVE || $Cmd[2] == "")) $Cmd[2] = C_SAVE; if ($Cmd[2] != "") $Save_URL_Query .= "&Limit=$Cmd[2]"; // Define a table that contains JavaScript instructions to be ran $jsTbl = array( "" ); } else { $Error = L_NO_SAVE; }; ?>