Fix bad inheritance between pg83 -> pg instead of pg83 -> pg84 in the database access...
authorGuillaume (ioguix) de Rorthais <ioguix@free.fr>
Mon, 20 Dec 2010 23:23:46 +0000 (00:23 +0100)
committerGuillaume (ioguix) de Rorthais <ioguix@free.fr>
Mon, 20 Dec 2010 23:39:37 +0000 (00:39 +0100)
classes/database/Postgres83.php

index 35cf67526a448bc154b486326c2466f72f221b3d..d66ee539531f38c024519a1104ddebdff234cecc 100644 (file)
@@ -6,9 +6,9 @@
  * $Id: Postgres82.php,v 1.10 2007/12/28 16:21:25 ioguix Exp $
  */
 
-include_once('./classes/database/Postgres.php');
+include_once('./classes/database/Postgres84.php');
 
-class Postgres83 extends Postgres {
+class Postgres83 extends Postgres84 {
 
        var $major_version = 8.3;