From 20b9dfe3f32e15d18667ea2e44a0bf3ead001ead Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Alexander=20Nicolaysen=20S=C3=B8rnes?= Date: Sat, 20 Jan 2007 22:57:00 +0000 Subject: [PATCH] Fix naming of newSubmition --- appsubmit.php | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/appsubmit.php b/appsubmit.php index e539612..f0feca6 100644 --- a/appsubmit.php +++ b/appsubmit.php @@ -40,7 +40,7 @@ function get_vendor_from_keywords($sKeywords) return($aKeywords[$iLastElt]); } -function newSubmition($errors) +function newSubmission($errors) { global $aClean; // show add to queue form @@ -281,7 +281,7 @@ if ($aClean['sSub']) echo "\n\n"; } else { - newSubmition(''); + newSubmission(''); } // vendor/alt vendor fields // if user selected a predefined vendorId: @@ -336,7 +336,7 @@ if ($aClean['sSub']) echo "\n\n"; } else { - newSubmition($errors); + newSubmission($errors); } } if(!empty($errors))