[Tickets #3312] NEW: Problem with latest changes to History.php

bugs@bugs.horde.org bugs at bugs.horde.org
Fri Jan 20 12:52:47 PST 2006


DO NOT REPLY TO THIS MESSAGE. THIS EMAIL ADDRESS IS NOT MONITORED.

Ticket URL: http://bugs.horde.org/ticket/?id=3312
-----------------------------------------------------------------------
 Ticket             | 3312
 Created By         | Eric Rostetter <eric.rostetter at physics.utexas.edu>
 Summary            | Problem with latest changes to History.php
 Queue              | Horde Framework Packages
 Version            | FRAMEWORK_3
 State              | Unconfirmed
 Priority           | 2. Medium
 Type               | Bug
 Owners             | 
-----------------------------------------------------------------------


Eric Rostetter <eric.rostetter at physics.utexas.edu> (2006-01-20 12:52) wrote:

I was having problems with the History.php due to the recent changes
for mssql support.  The following far from perfect patch removed my
symptoms/problems.

RCS file: /repository/framework/History/History.php,v
retrieving revision 1.28.2.9
diff -r1.28.2.9 History.php
59a60
>         if ( DB::isError($this->_db) ) die("ARG!");
62c63
<         switch ($this->_db->phptype) {
---
>         switch ($conf['sql']->phptype) {





More information about the bugs mailing list