[geeklog-hg] geeklog: rearranged comments to fix phpdoc confusion about the @...

geeklog-cvs at lists.geeklog.net geeklog-cvs at lists.geeklog.net
Sun Jan 5 04:07:33 EST 2014


changeset 9385:16a638f05622
url:  http://project.geeklog.net/cgi-bin/hgwebdir.cgi/geeklog/rev/16a638f05622
user: Dirk Haun <dirk at haun-online.de>
date: Sun Jan 05 10:07:26 2014 +0100
description:
rearranged comments to fix phpdoc confusion about the @access parameter

diffstat:

 plugins/spamx/IP.Examine.class.php |  6 +++---
 1 files changed, 3 insertions(+), 3 deletions(-)

diffs (21 lines):

diff -r e448e39de206 -r 16a638f05622 plugins/spamx/IP.Examine.class.php
--- a/plugins/spamx/IP.Examine.class.php	Sun Jan 05 10:01:08 2014 +0100
+++ b/plugins/spamx/IP.Examine.class.php	Sun Jan 05 10:07:26 2014 +0100
@@ -128,14 +128,14 @@
     /**
      * Private internal method to match an IP address against an address range
      *
+     * Original authors: dh06 and Stephane, taken from
+     * @link http://www.php.net/manual/en/function.ip2long.php#70707
+     *
      * @param   string  $ip     IP address to check
      * @param   string  $range  IP address range to check against
      * @return  boolean         true if IP falls into the IP range, else false
      * @access  private
      *
-     * Original authors: dh06 and Stephane, taken from
-     * @link http://www.php.net/manual/en/function.ip2long.php#70707
-     *
      */
     function _matchRange($ip, $range)
     {



More information about the geeklog-cvs mailing list