Save as new row

This commit is contained in:
Marc Delisle
2001-06-05 03:03:43 +00:00
parent 4a68a15b4e
commit 315b29e3f5
23 changed files with 27 additions and 2 deletions

View File

@@ -16,7 +16,7 @@ if($goto == "sql.php3")
reset($fields);
reset($funcs);
if(isset($primary_key) && ($submit_type != $strInsertNewRow)) {
if(isset($primary_key) && ($submit_type != $strInsertAsNewRow)) {
if(get_magic_quotes_gpc()) {
$primary_key = stripslashes($primary_key);
} else {