Still have to propagate $hash to the left frame...

This commit is contained in:
Garvin Hicking
2003-05-02 20:18:24 +00:00
parent 8b8f0c6d16
commit bcc7d8d9f3
5 changed files with 6 additions and 4 deletions

View File

@@ -82,7 +82,7 @@ $phpmain_hash_js = time();
<?php
} else {
?>
<frame src="left.php3?<?php echo $url_query; ?>&amp;hash=' . $phpmain_hash . '" name="nav" frameborder="0" />
<frame src="left.php3?<?php echo $url_query; ?>&amp;hash='<?php echo $phpmain_hash; ?>" name="nav" frameborder="0" />
<?php
}
?>