Fix naming of newSubmition

This commit is contained in:
Alexander Nicolaysen Sørnes
2007-01-20 22:57:00 +00:00
committed by WineHQ
parent 133cf39dff
commit 20b9dfe3f3

View File

@@ -40,7 +40,7 @@ function get_vendor_from_keywords($sKeywords)
return($aKeywords[$iLastElt]); return($aKeywords[$iLastElt]);
} }
function newSubmition($errors) function newSubmission($errors)
{ {
global $aClean; global $aClean;
// show add to queue form // show add to queue form
@@ -281,7 +281,7 @@ if ($aClean['sSub'])
echo "</td></tr></table></div>\n\n"; echo "</td></tr></table></div>\n\n";
} else } else
{ {
newSubmition(''); newSubmission('');
} }
// vendor/alt vendor fields // vendor/alt vendor fields
// if user selected a predefined vendorId: // if user selected a predefined vendorId:
@@ -336,7 +336,7 @@ if ($aClean['sSub'])
echo "</td></tr></table></div>\n\n"; echo "</td></tr></table></div>\n\n";
} else } else
{ {
newSubmition($errors); newSubmission($errors);
} }
} }
if(!empty($errors)) if(!empty($errors))