removed a too restrictive test

This commit is contained in:
Loïc Chapeaux
2001-10-12 19:16:56 +00:00
parent 50a29bd098
commit d90288719c
2 changed files with 2 additions and 2 deletions

View File

@@ -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

View File

@@ -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