Skip to content

Commit

Permalink
backpatches for 3.3.1 release
Browse files Browse the repository at this point in the history
  • Loading branch information
chriskl committed Mar 7, 2004
1 parent 30b696f commit d3eadd8
Show file tree
Hide file tree
Showing 8 changed files with 10 additions and 10 deletions.
4 changes: 2 additions & 2 deletions HISTORY
Original file line number Diff line number Diff line change
@@ -1,8 +1,8 @@
phpPgAdmin History
------------------

Version 3.4-dev
-----------
Version 3.3.1
-------------

Bugs
* Fix table stats for <= 7.2
Expand Down
2 changes: 1 addition & 1 deletion classes/database/BaseDB.php
Original file line number Diff line number Diff line change
Expand Up @@ -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');
Expand Down
2 changes: 1 addition & 1 deletion classes/database/Postgres.php
Original file line number Diff line number Diff line change
Expand Up @@ -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???
Expand Down
2 changes: 1 addition & 1 deletion classes/database/Postgres72.php
Original file line number Diff line number Diff line change
Expand Up @@ -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 $
*/


Expand Down
2 changes: 1 addition & 1 deletion info.php
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down
2 changes: 1 addition & 1 deletion lang/recoded/spanish.php
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@
* Spanish language file for phpPgAdmin.
* @maintainer Mart&iacute;n Marqu&eacute;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
Expand Down
2 changes: 1 addition & 1 deletion lang/spanish.php
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down
4 changes: 2 additions & 2 deletions libraries/lib.inc.php
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand All @@ -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
Expand Down

0 comments on commit d3eadd8

Please sign in to comment.