diff --git a/HISTORY b/HISTORY index 5ab218c08..8fb18862e 100644 --- a/HISTORY +++ b/HISTORY @@ -1,8 +1,8 @@ phpPgAdmin History ------------------ -Version 3.4-dev ------------ +Version 3.3.1 +------------- Bugs * Fix table stats for <= 7.2 diff --git a/classes/database/BaseDB.php b/classes/database/BaseDB.php index 513c9a966..e5bf906c6 100644 --- a/classes/database/BaseDB.php +++ b/classes/database/BaseDB.php @@ -4,7 +4,7 @@ * A class that implements the DB interface for Postgres * Note: This class uses ADODB and returns RecordSets. * - * $Id: BaseDB.php,v 1.41 2004/03/06 11:30:00 chriskl Exp $ + * $Id: BaseDB.php,v 1.40.2.1 2004/03/07 06:39:05 chriskl Exp $ */ include_once('./classes/database/ADODB_base.php'); diff --git a/classes/database/Postgres.php b/classes/database/Postgres.php index 5955013db..4c72752c1 100755 --- a/classes/database/Postgres.php +++ b/classes/database/Postgres.php @@ -4,7 +4,7 @@ * A class that implements the DB interface for Postgres * Note: This class uses ADODB and returns RecordSets. * - * $Id: Postgres.php,v 1.184 2004/03/06 11:30:00 chriskl Exp $ + * $Id: Postgres.php,v 1.182.2.1 2004/03/07 06:39:05 chriskl Exp $ */ // @@@ THOUGHT: What about inherits? ie. use of ONLY??? diff --git a/classes/database/Postgres72.php b/classes/database/Postgres72.php index 484c05cbb..9e66aa893 100644 --- a/classes/database/Postgres72.php +++ b/classes/database/Postgres72.php @@ -4,7 +4,7 @@ * A class that implements the DB interface for Postgres * Note: This class uses ADODB and returns RecordSets. * - * $Id: Postgres72.php,v 1.58 2004/03/06 11:30:00 chriskl Exp $ + * $Id: Postgres72.php,v 1.57.2.1 2004/03/07 06:39:05 chriskl Exp $ */ diff --git a/info.php b/info.php index 993684f89..ac2ee31aa 100644 --- a/info.php +++ b/info.php @@ -3,7 +3,7 @@ /** * List extra information on a table * - * $Id: info.php,v 1.6 2004/03/06 11:30:00 chriskl Exp $ + * $Id: info.php,v 1.5.2.1 2004/03/07 06:39:05 chriskl Exp $ */ // Include application functions diff --git a/lang/recoded/spanish.php b/lang/recoded/spanish.php index 8240cb0c6..50485d9de 100644 --- a/lang/recoded/spanish.php +++ b/lang/recoded/spanish.php @@ -4,7 +4,7 @@ * Spanish language file for phpPgAdmin. * @maintainer Martín Marqués (martin@bugs.unl.edu.ar) * - * $Id: spanish.php,v 1.22 2004/03/07 03:19:55 chriskl Exp $ + * $Id: spanish.php,v 1.21.2.1 2004/03/07 06:39:05 chriskl Exp $ */ // Language and character set diff --git a/lang/spanish.php b/lang/spanish.php index 697c65b48..2449e0d4e 100644 --- a/lang/spanish.php +++ b/lang/spanish.php @@ -4,7 +4,7 @@ * Spanish language file for phpPgAdmin. * @maintainer Martín Marqués (martin@bugs.unl.edu.ar) * - * $Id: spanish.php,v 1.22 2004/03/07 03:19:55 chriskl Exp $ + * $Id: spanish.php,v 1.21.2.1 2004/03/07 06:39:05 chriskl Exp $ */ // Language and character set diff --git a/libraries/lib.inc.php b/libraries/lib.inc.php index fbb4ead64..2a6184ee1 100644 --- a/libraries/lib.inc.php +++ b/libraries/lib.inc.php @@ -3,7 +3,7 @@ /** * Function library read in upon startup * - * $Id: lib.inc.php,v 1.74 2004/03/04 01:27:29 chriskl Exp $ + * $Id: lib.inc.php,v 1.73.2.1 2004/03/07 06:39:05 chriskl Exp $ */ // Set error reporting level to max @@ -13,7 +13,7 @@ $appName = 'phpPgAdmin'; // Application version - $appVersion = '3.4-dev'; + $appVersion = '3.3.1'; // Check to see if the configuration file exists, if not, explain