Index: trunk/admin/browse.php =================================================================== diff -u -r843 -r889 --- trunk/admin/browse.php (.../browse.php) (revision 843) +++ trunk/admin/browse.php (.../browse.php) (revision 889) @@ -174,8 +174,6 @@ if( GetVar('SearchWord') !== false ) $objSession->SetVariable('admin_seach_words', GetVar('SearchWord') ); $SearchWord = $objSession->GetVariable('admin_seach_words'); -$objSession->SetVariable("HasChanges", 0); - // where should all edit popups submit changes $objSession->SetVariable("ReturnScript", basename($_SERVER['PHP_SELF']) ); /* page header */ @@ -471,4 +469,9 @@ } - \ No newline at end of file + SetVariable("HasChanges", 0); + int_footer(); + + ?> \ No newline at end of file