From ec214fdb4266c091608340b97531d94f9654eae4 Mon Sep 17 00:00:00 2001 From: Loui Chang Date: Sun, 12 Apr 2009 23:02:08 -0400 Subject: Remove author information from scripts. Signed-off-by: Loui Chang --- web/lib/aur.inc | 1 - 1 file changed, 1 deletion(-) (limited to 'web/lib/aur.inc') diff --git a/web/lib/aur.inc b/web/lib/aur.inc index d8402fd6..517abe31 100644 --- a/web/lib/aur.inc +++ b/web/lib/aur.inc @@ -415,7 +415,6 @@ function uid_from_username($username="") * @param string $append string of variables and values formatted as in URLs * ex. mkurl("foo=bar&bar=baz") * @return string clean string of variables to append to URL, urlencoded - * @author Callan Barrett */ function mkurl($append) { $get = $_GET; -- cgit v1.2.3-24-g4f1b