diff options
author | Loui Chang <louipc.ist@gmail.com> | 2009-04-12 23:02:08 -0400 |
---|---|---|
committer | Loui Chang <louipc.ist@gmail.com> | 2009-04-12 23:02:08 -0400 |
commit | ec214fdb4266c091608340b97531d94f9654eae4 (patch) | |
tree | 24ad4f8ac471bb1563ca18a89e45d724d05cedd7 /web/lib/aur.inc | |
parent | a9a4d31e142dd634611fbf94d537de919d05d547 (diff) |
Remove author information from scripts.
Signed-off-by: Loui Chang <louipc.ist@gmail.com>
Diffstat (limited to 'web/lib/aur.inc')
-rw-r--r-- | web/lib/aur.inc | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/web/lib/aur.inc b/web/lib/aur.inc index d8402fd..517abe3 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; |