[Ircphpstats-devel] [CVS] Module phpstats: Change committed
Status: Inactive
Brought to you by:
mrvolta
From: Mr. v. <mr...@us...> - 2003-05-26 10:44:41
|
Committer : volta <mr...@us...> CVSROOT : /cvsroot/ircphpstats Module : phpstats Commit time: 2003-05-26 10:44:40 UTC Modified files: classes.php Log message: Defined function returnname in class servers 2 times. (d'oh) New installed php 4.3.1 returned an error there for the first time. ---------------------- diff included ---------------------- Index: phpstats/classes.php diff -u phpstats/classes.php:1.1 phpstats/classes.php:1.2 --- phpstats/classes.php:1.1 Sun Mar 9 13:37:24 2003 +++ phpstats/classes.php Mon May 26 03:44:30 2003 @@ -5,7 +5,7 @@ E-mail: <vo...@gm...> This program is free but copyrighted software; see the file LICENSE for details. - $Id: classes.php,v 1.1 2003/03/09 21:37:24 mrvolta Exp $ + $Id: classes.php,v 1.2 2003/05/26 10:44:30 mrvolta Exp $ */ $a = 1; @@ -328,9 +328,6 @@ } function remlink ($key) { unset($this->links[$key]); - } - function returnname () { - return $this->servername; } // Recursive procedure to remove all servers, that are behind the squitted server. // This also effects clients and channels. ----------------------- End of diff ----------------------- |