Rename errorpage() to util_show_error_page() and move util_show_error_page() into include/util.php

This commit is contained in:
Jonathan Ernst
2006-06-29 16:13:35 +00:00
committed by WineHQ
parent 6b89df82a5
commit 6d019b918a
38 changed files with 68 additions and 72 deletions

View File

@@ -152,7 +152,7 @@ function vote_update($vars)
{
if(!$_SESSION['current']->isLoggedIn())
{
errorpage("You must be logged in to vote");
util_show_error_page("You must be logged in to vote");
return;
}