Update of /cvsroot/openfirst/base/includes
In directory sc8-pr-cvs1.sourceforge.net:/tmp/cvs-serv8550/includes
Modified Files:
dbase.php
Log Message:
Fixed error message that was hard-coded to MS SQL
Index: dbase.php
===================================================================
RCS file: /cvsroot/openfirst/base/includes/dbase.php,v
retrieving revision 1.17
retrieving revision 1.18
diff -C2 -d -r1.17 -r1.18
*** dbase.php 23 Nov 2005 21:53:48 -0000 1.17
--- dbase.php 25 Nov 2005 18:15:03 -0000 1.18
***************
*** 72,76 ****
if (!function_exists($name)) {
$typetext = $this->getTypeName();
! trigger_error("$typetext support is not available in your version of PHP. To use the openFIRST Web Portal Software, please either enable Microsoft SQL support, or choose another database type.",
E_USER_ERROR);
}
--- 72,76 ----
if (!function_exists($name)) {
$typetext = $this->getTypeName();
! trigger_error("$typetext support is not available in your version of PHP. To use the openFIRST Web Portal Software, please either enable $typetext support, or choose another database type.",
E_USER_ERROR);
}
|