Update the comments in some files

This commit is contained in:
Jonathan Ernst
2006-07-06 18:37:34 +00:00
committed by WineHQ
parent 54c484de8c
commit a34058b924
13 changed files with 205 additions and 102 deletions

View File

@@ -1,11 +1,21 @@
<?php
/*******************************/
/* code to submit a maintainer */
/*******************************/
/**
* Adds a maintainer.
*
* Mandatory parameters:
* - iAppId, application identifier
* AND/OR
* - iVersionId, version identifier
*
* Optional parameters:
* - iSuperMaintainer, 1 if we want to delete a supermaintainer instead of a normal maintainer
* - sMaintainReason, why the users want to be a maintainer
*
* TODO:
* - replace iSuperMaintainer with bIsSuperMaintainer
*/
/*
* application environment
*/
// application environment
include("path.php");
require(BASE."include/incl.php");
require(BASE."include/category.php");