JasonWoof Got questions, comments, patches, etc.? Contact Jason Woofenden
remove redundant php close tags
[wfpl.git] / misc.php
index ff8105e..4aaa495 100644 (file)
--- a/misc.php
+++ b/misc.php
@@ -187,5 +187,3 @@ function ref(&$foo) {
 function &last(&$array) {
        if(count($array)) return $array[count($array) - 1];
 }
-
-?>