Gossamer Forum
Home : Products : Gossamer Links : PHP Front End :

Re: [Dan Kaplan] problems after moving to new host

Quote Reply
Re: [Dan Kaplan] problems after moving to new host In reply to
It's a simple patch:

Code:
--- adodb.inc.php.old Mon Sep 9 00:45:06 2002
+++ adodb.inc.php Mon Sep 9 00:45:28 2002
@@ -2118,7 +2118,7 @@
$this->bind = array();
for ($i=0; $i < $this->_numOfFields; $i++) {
$o = $this->FetchField($i);
- $this->bind[($upper) ? strtoupper($o->name) : strtolower($o->name)] = $i;
+ $this->bind[($upper) ? strtoupper($o->name) : $o->name] = $i;
}
}

Adrian
Subject Author Views Date
Thread problems after moving to new host Dan Kaplan 1004010 Oct 13, 2010, 8:53 AM
Thread Re: [Dan Kaplan] problems after moving to new host
Andy 1003451 Oct 14, 2010, 1:07 AM
Thread Re: [Andy] problems after moving to new host
Dan Kaplan 1003478 Oct 14, 2010, 8:54 AM
Thread Re: [Dan Kaplan] problems after moving to new host
Andy 1003442 Oct 14, 2010, 9:00 AM
Thread Re: [Andy] problems after moving to new host
Dan Kaplan 1003458 Oct 14, 2010, 9:15 AM
Thread Re: [Dan Kaplan] problems after moving to new host
Andy 1003454 Oct 14, 2010, 9:30 AM
Post Re: [Andy] problems after moving to new host
Dan Kaplan 1003372 Oct 14, 2010, 12:19 PM
Thread Re: [Dan Kaplan] problems after moving to new host
brewt 1003381 Oct 14, 2010, 4:06 PM
Thread Re: [brewt] problems after moving to new host
Dan Kaplan 1003425 Oct 14, 2010, 6:58 PM
Thread Re: [Dan Kaplan] problems after moving to new host
brewt 1003402 Oct 14, 2010, 7:22 PM
Thread Re: [brewt] problems after moving to new host
Dan Kaplan 1003385 Oct 14, 2010, 7:30 PM
Thread Re: [Dan Kaplan] problems after moving to new host
Dan Kaplan 1003410 Oct 14, 2010, 8:59 PM
Thread Re: [Dan Kaplan] problems after moving to new host
Dan Kaplan 1003365 Oct 14, 2010, 9:09 PM
Thread Re: [Dan Kaplan] problems after moving to new host
brewt 1003375 Oct 14, 2010, 11:55 PM
Thread Re: [brewt] problems after moving to new host
Dan Kaplan 1003369 Oct 15, 2010, 10:08 AM
Thread Re: [Dan Kaplan] problems after moving to new host
brewt 1003337 Oct 17, 2010, 3:18 PM
Post Re: [brewt] problems after moving to new host
Dan Kaplan 1003234 Oct 21, 2010, 1:04 AM