RFE #422243: Functions depending on MySQL field type.

This commit is contained in:
Garvin Hicking
2003-03-12 14:42:27 +00:00
parent c0e9a2a685
commit 388deede35
5 changed files with 191 additions and 4 deletions

View File

@@ -138,7 +138,7 @@ h1 {font-family: sans-serif; font-size: large; font-weight: bold}
* Includes compatibility code for older config.inc.php3 revisions
* if necessary
*/
if (!isset($cfg['FileRevision']) || (int) substr($cfg['FileRevision'], 13, 3) < 167) {
if (!isset($cfg['FileRevision']) || (int) substr($cfg['FileRevision'], 13, 3) < 168) {
include('./libraries/config_import.lib.php3');
}