PDA

View Full Version : patch for php5


ProTON
05-06-2006, 10:05
message deleted..........................

ProTON
09-06-2006, 11:48
Patch fixes:

* $DB_TYPE variable does not exist in function scope, so make use of global variable.
* there is no TYPE_STRING, use TYPE_STR

Eugene
12-06-2006, 11:16
Patch fixes:

* $DB_TYPE variable does not exist in function scope, so make use of global variable.
* there is no TYPE_STRING, use TYPE_STR

Thanks for report.
Already fixed.