Bug Fix comptability for psql 8.3 see upgrade47.sql

This commit is contained in:
Dany De Bontridder 2008-03-18 14:56:06 +00:00
parent b76022371f
commit ef811a9712
3 changed files with 60 additions and 2 deletions

View file

@ -24,7 +24,7 @@
* and some parameter
*/
date_default_timezone_set ('Europe/Brussels');
define ("DBVERSION",46);
define ("DBVERSION",48);
$inc_path=get_include_path();
if ( strpos($inc_path,";") != 0 ) {