Fixed a parse error.
This commit is contained in:
@@ -25,6 +25,7 @@ $Source$
|
|||||||
* fpdf/fpdf.php3, lines 1205+: ensure user agent is detected whatever are
|
* fpdf/fpdf.php3, lines 1205+: ensure user agent is detected whatever are
|
||||||
the PHP version and the "register globals" value.
|
the PHP version and the "register globals" value.
|
||||||
* pdf_schema.php3; lang/*: coding standards and PDF error handling.
|
* pdf_schema.php3; lang/*: coding standards and PDF error handling.
|
||||||
|
* config_import.lib.php3: fixed a parse error.
|
||||||
|
|
||||||
2002-05-17 Robin Johnson <robbat2@users.sourceforge.net>
|
2002-05-17 Robin Johnson <robbat2@users.sourceforge.net>
|
||||||
* config.inc.php3, libraries/common.lib.php3: IP-based Allow/Deny code
|
* config.inc.php3, libraries/common.lib.php3: IP-based Allow/Deny code
|
||||||
|
@@ -37,7 +37,7 @@ unset($cfgConfirm);
|
|||||||
|
|
||||||
if (!isset($cfgLoginCookieRecall)) {
|
if (!isset($cfgLoginCookieRecall)) {
|
||||||
$cfg['LoginCookieRecall'] = TRUE;
|
$cfg['LoginCookieRecall'] = TRUE;
|
||||||
} else
|
} else {
|
||||||
$cfg['LoginCookieRecall'] = $cfgLoginCookieRecall;
|
$cfg['LoginCookieRecall'] = $cfgLoginCookieRecall;
|
||||||
unset($cfgLoginCookieRecall);
|
unset($cfgLoginCookieRecall);
|
||||||
}
|
}
|
||||||
|
Reference in New Issue
Block a user