/[dolibarr]/dolibarr/htdocs/lib/mysql.lib.php
ViewVC logotype

Diff of /dolibarr/htdocs/lib/mysql.lib.php

Parent Directory Parent Directory | Revision Log Revision Log | View Patch Patch

revision 1.68 by eldy, Sun Sep 11 16:28:16 2005 UTC revision 1.69 by eldy, Thu Sep 22 00:18:36 2005 UTC
# Line 91  class DoliDb Line 91  class DoliDb
91    
92          //print "Name DB: $host,$user,$pass,$name<br>";          //print "Name DB: $host,$user,$pass,$name<br>";
93    
94          if (! function_exists(mysql_connect))          if (! function_exists("mysql_connect"))
95          {          {
96                  $this->connected = 0;                  $this->connected = 0;
97                  $this->ok = 0;                  $this->ok = 0;

Legend:
Removed from v.1.68  
changed lines
  Added in v.1.69

savannah-hackers-public@gnu.org
ViewVC Help
Powered by ViewVC 1.1.26