Add documentation to appsubmit.hp

This commit is contained in:
Jonathan Ernst
2006-07-07 16:07:29 +00:00
committed by WineHQ
parent d165070342
commit b76c6d3522

View File

@@ -1,8 +1,28 @@
<?php <?php
/************************************/ /**
/* code to Submit and Resubmit Apps */ * Submit new applications or versions.
/************************************/ *
* Optional parameters:
* - sAppType,
* - sSub,
* - iAppId, application identifier
* - iVersionId, version identifier
* - iTestingId,
* - sAppVendorName,
* - iVendorId,
* - sAppWebpage,
* - sAppKeywords,
* - iDistributionId,
* OR
* - sDistribution,
*
* TODO:
* - move and rename functions in their respective modules
* - rename sAppType by bIsApplication
* - rename sSub by iAction and use integer constants to replace "Submit", "view", "delete"
*/
// application environment
include("path.php"); include("path.php");
require_once(BASE."include/incl.php"); require_once(BASE."include/incl.php");
require_once(BASE."include/tableve.php"); require_once(BASE."include/tableve.php");