removed a too restrictive test
This commit is contained in:
@@ -21,6 +21,7 @@ $Source$
|
||||
* config.inc.php3, line 50: changed the comment line for the "only_db"
|
||||
setting.
|
||||
* tbl_qbe.php3: fixed lots of warnings reported by Steve.
|
||||
* left.php3, line 66: removed a too restrictive test.
|
||||
|
||||
2001-10-09 Lo<4C>c Chapeaux <lolo@phpheaven.net>
|
||||
* user_details.php3, lines 1232-1245 & 1254: fixed some bugs with modifying
|
||||
|
@@ -62,8 +62,7 @@ if ($num_dbs > 1) {
|
||||
<script type="text/javascript" language="javascript">
|
||||
<!--
|
||||
var isDOM = (typeof(document.getElementsByTagName) != 'undefined'
|
||||
&& typeof(document.createElement) != 'undefined'
|
||||
&& typeof(document.appendChild) != 'undefined')
|
||||
&& typeof(document.createElement) != 'undefined')
|
||||
? 1 : 0;
|
||||
var isIE4 = (typeof(document.all) != 'undefined'
|
||||
&& parseInt(navigator.appVersion) >= 4
|
||||
|
Reference in New Issue
Block a user