ChangeSet ID: 30898 CVSROOT: /opt/cvs-commit Module name: appdb Changes by: wineowner@winehq.org 2007/01/20 16:57:00
Modified files: . : appsubmit.php
Log message: Alexander Nicolaysen Sørnes alex@thehandofagony.com Fix naming of newSubmition
Patch: http://cvs.winehq.org/patch.py?id=30898
Old revision New revision Changes Path 1.61 1.62 +3 -3 appdb/appsubmit.php
Index: appdb/appsubmit.php diff -u -p appdb/appsubmit.php:1.61 appdb/appsubmit.php:1.62 --- appdb/appsubmit.php:1.61 20 Jan 2007 22:57: 0 -0000 +++ appdb/appsubmit.php 20 Jan 2007 22:57: 0 -0000 @@ -40,7 +40,7 @@ function get_vendor_from_keywords($sKeyw return($aKeywords[$iLastElt]); }
-function newSubmition($errors) +function newSubmission($errors) { global $aClean; // show add to queue form @@ -281,7 +281,7 @@ if ($aClean['sSub']) echo "</td></tr></table></div>\n\n"; } else { - newSubmition(''); + newSubmission(''); } // vendor/alt vendor fields // if user selected a predefined vendorId: @@ -336,7 +336,7 @@ if ($aClean['sSub']) echo "</td></tr></table></div>\n\n"; } else { - newSubmition($errors); + newSubmission($errors); } } if(!empty($errors))