Diverse Bugfixes

This commit is contained in:
Andreas Österreicher
2007-01-19 14:36:41 +00:00
parent a6de060624
commit 40be032b61
6 changed files with 19 additions and 17 deletions
+1 -1
View File
@@ -78,7 +78,7 @@
$news = new news($sql_conn);
if($news->delete($remove_id))
{
writeCISlog("DELETE","NEWS");
writeCISlog('DELETE NEWS','');
echo '<script language="JavaScript">';
echo ' document.location.href = "news_show.php"';
echo '</script>';