phpPgAdmin History
------------------
-Version 3.0
------------
+Version 3.0-rc-1
+----------------
* Japanese update from Tadashi Jokagi
* Fix drop database reload browser bug
* Look & Feel upgrade from Davey
* Value & expression on edit row
+* Chinese update from Chih-Hsin Lee
+* Fixed support for functions and sequences
+ containing bizarre characters
Version 3.0-beta-1
-------------------
/**
* Function library read in upon startup
*
- * $Id: lib.inc.php,v 1.51 2003/05/23 06:11:07 chriskl Exp $
+ * $Id: lib.inc.php,v 1.52 2003/06/02 08:40:58 chriskl Exp $
*/
// Set error reporting level to max
$appName = 'phpPgAdmin';
// Application version
- $appVersion = '3.0';
+ $appVersion = '3.0-rc-1';
// Check to see if the configuration file exists, if not, explain
include('conf/config.inc.php');
}
else {
- echo "Configuration Error: You must rename/copy config.inc.php-dist to config.inc.php and set your appropriate settings";
+ echo "Configuration error: Copy conf/config.inc.php-dist to conf/config.inc.php and edit appropriately.";
exit;
}