phpgroupware-cvs
[Top][All Lists]
Advanced

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

[Phpgroupware-cvs] [18594] Typo fix


From: Caeies
Subject: [Phpgroupware-cvs] [18594] Typo fix
Date: Wed, 04 Jun 2008 17:41:21 +0000

Revision: 18594
          
http://svn.sv.gnu.org/viewvc/?view=rev&root=phpgroupware&revision=18594
Author:   Caeies
Date:     2008-06-04 17:41:21 +0000 (Wed, 04 Jun 2008)

Log Message:
-----------
Typo fix

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

Modified: trunk/phpgwapi/inc/class.db.inc.php
===================================================================
--- trunk/phpgwapi/inc/class.db.inc.php 2008-06-04 17:40:03 UTC (rev 18593)
+++ trunk/phpgwapi/inc/class.db.inc.php 2008-06-04 17:41:21 UTC (rev 18594)
@@ -143,7 +143,7 @@
                        {
                                $type = 'mysqlt';
                        }
-                       $this->adodb = newADOConnection($this->Type);
+                       $this->adodb = newADOConnection($type);
                        $this->connect();
                         // would be good if one day we just use 
ADODB_FETCH_ASSOC
                        $this->adodb->SetFetchMode(ADODB_FETCH_BOTH);






reply via email to

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