Remove author information from scripts.

Signed-off-by: Loui Chang <louipc.ist@gmail.com>
This commit is contained in:
Loui Chang 2009-04-12 23:02:08 -04:00
parent a9a4d31e14
commit ec214fdb42
2 changed files with 0 additions and 5 deletions

View file

@ -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;