diff options
author | ioguix | 2007-07-09 15:24:44 +0000 |
---|---|---|
committer | ioguix | 2007-07-09 15:24:44 +0000 |
commit | 03817eb651db8d754aaf24438da268afde9719e6 (patch) | |
tree | 9d67674376151593eb9c89c1c1b1ef9dc3a53550 | |
parent | 95fb582b63489be2cb5413d6dcc5e928eb66f96f (diff) |
add a bug fix
-rw-r--r-- | HISTORY | 1 |
1 files changed, 1 insertions, 0 deletions
@@ -8,6 +8,7 @@ Bugs * Eliminate use of $_SERVER['PHP_SELF']. This fixes a regression in 4.1.2 for non-mainstream locales (including SQL_ASCII) * Validate client supplied server against entries in config.inc.php +* Fix undefined variable when altering a field in a table on PostgreSQL < 8.0 Version 4.1.2 ------------- |