Commit: 05a9b2997f50038cfce293137975c0e07d821c76 Author: Sobak <msobaczew...@gmail.com> Wed, 4 Jun 2014 09:25:24 +0200 Parents: 65f5e8ac754ae19d1987f1523e61f8c2e3207fe9 Branches: master
Link: http://git.php.net/?p=web/people.git;a=commitdiff;h=05a9b2997f50038cfce293137975c0e07d821c76 Log: Remove unused class Changed paths: M include/misc.php Diff: diff --git a/include/misc.php b/include/misc.php index a039d6c..fcbbdff 100644 --- a/include/misc.php +++ b/include/misc.php @@ -1,5 +1,4 @@ <?php -/* $Id$ */ function getDOMNodeFrom($url, $nodename) { @@ -123,10 +122,9 @@ function findAssignedBugs($username) function error($errormsg) { - echo '<p class="warning error">', $errormsg, "</p></section>"; + echo '<p class="warning">', $errormsg, "</p></section>"; site_footer(); exit; } // vim: set expandtab shiftwidth=4 softtabstop=4 tabstop=4 : - -- PHP Webmaster List Mailing List (http://www.php.net/) To unsubscribe, visit: http://www.php.net/unsub.php