summaryrefslogtreecommitdiffstats
path: root/web/lib/aur.inc
diff options
context:
space:
mode:
Diffstat (limited to 'web/lib/aur.inc')
-rw-r--r--web/lib/aur.inc1
1 files changed, 0 insertions, 1 deletions
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;