PHP Classes

bug fix for db.inc.php

Recommend this page to a friend!

      MySql To Excel  >  All threads  >  bug fix for db.inc.php  >  (Un) Subscribe thread alerts  
Subject:bug fix for db.inc.php
Summary:fix for db.inc.plhp, which mysql_excel.inc.php depends on.
Messages:1
Author:Robert
Date:2005-08-08 11:43:55
 

  1. bug fix for db.inc.php   Reply   Report abuse  
Picture of Robert Robert - 2005-08-08 11:43:55
mysql_excel.inc.php does not work correctly with the current db.inc.php because of a bug in db.inc.php.

Line 85 has a reference to $this->password, but it should read:

$this->pwd

instead. Then all should work better.

Bob Dickow