Let objectManager show the application queue

This commit is contained in:
Alexander Nicolaysen Sørnes
2007-03-17 23:45:54 +00:00
committed by WineHQ
parent 3757716b1a
commit f4c5077094
4 changed files with 108 additions and 61 deletions

View File

@@ -33,13 +33,6 @@ require_once(BASE."include/tableve.php");
require_once(BASE."include/application.php");
require_once(BASE."include/testData.php");
function get_vendor_from_keywords($sKeywords)
{
$aKeywords = explode(" *** ",$sKeywords);
$iLastElt = (sizeOf($aKeywords)-1);
return($aKeywords[$iLastElt]);
}
function newSubmission($errors)
{
global $aClean;