[Fusionforge-commits] r17965 - trunk/src/common/include

Marc-Etienne VARGENAU vargenau at fusionforge.org
Mon Sep 16 16:07:10 CEST 2013


Author: vargenau
Date: 2013-09-16 16:07:10 +0200 (Mon, 16 Sep 2013)
New Revision: 17965

Modified:
   trunk/src/common/include/database-pgsql.php
Log:
Update PHP Doc

Modified: trunk/src/common/include/database-pgsql.php
===================================================================
--- trunk/src/common/include/database-pgsql.php	2013-09-16 13:31:24 UTC (rev 17964)
+++ trunk/src/common/include/database-pgsql.php	2013-09-16 14:07:10 UTC (rev 17965)
@@ -663,7 +663,7 @@
  * @param array  $new_params new params matching the new query instructions
  * @return array  array(SQL query, array(parameters...), newmax)
  */
-function db_construct_qpa($old_qpa = false, $new_sql = '', $new_params = array()) {
+function db_construct_qpa($old_qpa = array(), $new_sql = '', $new_params = array()) {
 
 	// can be invoked for the first time, starting with no previous query
 	if (!is_array($old_qpa) || count($old_qpa) < 3) {




More information about the Fusionforge-commits mailing list