Changeset 57 for trunk/choicelist.php
- Timestamp:
- 11/17/05 20:53:39 (7 years ago)
- Files:
-
- 1 modified
-
trunk/choicelist.php (modified) (1 diff)
Legend:
- Unmodified
- Added
- Removed
-
trunk/choicelist.php
r51 r57 42 42 $querystatement="DELETE FROM choices WHERE listname=\"".$listname."\" "; 43 43 $queryresult=mysql_query($querystatement,$dblink); 44 if(!$query statement)44 if(!$queryresult) 45 45 reportError(100,"SQL Statement Could not be executed."); 46 46 else