fmsystem-commits
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

[Fmsystem-commits] [11326] apii::db - fix function interface


From: Sigurd Nes
Subject: [Fmsystem-commits] [11326] apii::db - fix function interface
Date: Thu, 26 Sep 2013 08:08:59 +0000

Revision: 11326
          http://svn.sv.gnu.org/viewvc/?view=rev&root=fmsystem&revision=11326
Author:   sigurdne
Date:     2013-09-26 08:08:52 +0000 (Thu, 26 Sep 2013)
Log Message:
-----------
apii::db - fix function interface

Modified Paths:
--------------
    trunk/phpgwapi/inc/class.db_adodb.inc.php

Modified: trunk/phpgwapi/inc/class.db_adodb.inc.php
===================================================================
--- trunk/phpgwapi/inc/class.db_adodb.inc.php   2013-09-26 06:53:59 UTC (rev 
11325)
+++ trunk/phpgwapi/inc/class.db_adodb.inc.php   2013-09-26 08:08:52 UTC (rev 
11326)
@@ -99,7 +99,7 @@
                * @param string $User name of database user (optional)
                * @param string $Password password for database user (optional)
                */
-               public function connect($Database = null, $Host = null, $User = 
null, $Password = null)
+               public function connect($Database = null, $Host = null, $User = 
null, $Password = null, $Port = null)
                {
                        if ( !is_null($Database) )
                        {




reply via email to

[Prev in Thread] Current Thread [Next in Thread]