[Fusionforge-commits] r17915 - trunk/src/common/reporting

Marc-Etienne VARGENAU vargenau at fusionforge.org
Tue Sep 10 13:10:44 CEST 2013


Author: vargenau
Date: 2013-09-10 13:10:44 +0200 (Tue, 10 Sep 2013)
New Revision: 17915

Modified:
   trunk/src/common/reporting/ReportSetup.class.php
Log:
Update PHP Doc

Modified: trunk/src/common/reporting/ReportSetup.class.php
===================================================================
--- trunk/src/common/reporting/ReportSetup.class.php	2013-09-10 11:07:30 UTC (rev 17914)
+++ trunk/src/common/reporting/ReportSetup.class.php	2013-09-10 11:10:44 UTC (rev 17915)
@@ -411,7 +411,7 @@
 	/**
 	 *	Add a row to the users_added_daily report table.
 	 *
-	 *	@param	int	$day int - the unix time of the beginning of the day.
+	 *	@param	int	$day Day - the unix time of the beginning of the day.
 	 *	@return	boolean	Success.
 	 */
 	function users_added_daily($day) {
@@ -1349,12 +1349,12 @@
 	/**
 	 *  Add a row to the rep_time_category table.
 	 *
-	 *	@param	string	$category_name	The category name.
+	 *	@param	string	$category_name The category name.
 	 *  @return boolean Success.
 	 */
 	function addTimeCode($category_name) {
 		return db_query_params ('INSERT INTO rep_time_category (category_name) VALUES ($1)',
-				array($category_name));
+			array($category_name));
 	}
 
 	/**




More information about the Fusionforge-commits mailing list