Avoid reloading the left frame twice.

This commit is contained in:
Alexander M. Turek
2003-03-03 11:12:16 +00:00
parent 40eee69a92
commit ed6aca1751
2 changed files with 2 additions and 0 deletions

View File

@@ -8,6 +8,7 @@ $Source$
2003-03-03 Alexander M. Turek <rabus@users.sourceforge.net>
* tbl_replace_fields.php3: Bugfix: User was unable to insert values
containing quotes.
* libraries/common.lib.php3: Avoid reloading the left frame twice.
2003-03-03 Marc Delisle <lem9@users.sourceforge.net>
* badwords.txt: bug 692874: "date" is not a reserved word

View File

@@ -1175,6 +1175,7 @@ if (typeof(window.parent) != 'undefined'
//-->
</script>
<?php
unset($GLOBALS['reload']);
}
// Corrects the tooltip text via JS if required