summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--web/lib/aur.inc1
-rw-r--r--web/lib/aurjson.class.php4
2 files changed, 0 insertions, 5 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;
diff --git a/web/lib/aurjson.class.php b/web/lib/aurjson.class.php
index 81c150b1..897423aa 100644
--- a/web/lib/aurjson.class.php
+++ b/web/lib/aurjson.class.php
@@ -3,10 +3,6 @@
* AurJSON
*
* This file contains the AurRPC remote handling class
- * @author eliott <eliott@cactuswax.net>
- * @version $Id$
- * @copyright cactuswax.net, 12 October, 2007
- * @package rpc
**/
if (!extension_loaded('json'))
{