[geeklog-cvs] geeklog-1.3/plugins/spamx IP.Examine.class.php,1.1,1.2

dhaun at iowaoutdoors.org dhaun at iowaoutdoors.org
Sat Feb 5 08:13:38 EST 2005


Update of /var/cvs/geeklog-1.3/plugins/spamx
In directory www:/tmp/cvs-serv10660

Modified Files:
	IP.Examine.class.php 
Log Message:
Fixed parse error - an extra ')'


Index: IP.Examine.class.php
===================================================================
RCS file: /var/cvs/geeklog-1.3/plugins/spamx/IP.Examine.class.php,v
retrieving revision 1.1
retrieving revision 1.2
diff -C2 -d -r1.1 -r1.2
*** IP.Examine.class.php	26 Jan 2005 10:27:47 -0000	1.1
--- IP.Examine.class.php	5 Feb 2005 13:13:36 -0000	1.2
***************
*** 42,46 ****
              $A = DB_fetchArray($result);
              $val = $A['value'];
!             if ($val = $_SERVER['REMOTE_ADDR'])) {
                  $ans = 1; // quit on first positive match
                  SPAMX_log($LANG_SX00['foundspam'] . $val . $LANG_SX00['foundspam2'] . $_USER['uid'] . $LANG_SX00['foundspam3'] . $_SERVER['REMOTE_ADDR']);
--- 42,46 ----
              $A = DB_fetchArray($result);
              $val = $A['value'];
!             if ($val = $_SERVER['REMOTE_ADDR']) {
                  $ans = 1; // quit on first positive match
                  SPAMX_log($LANG_SX00['foundspam'] . $val . $LANG_SX00['foundspam2'] . $_USER['uid'] . $LANG_SX00['foundspam3'] . $_SERVER['REMOTE_ADDR']);
***************
*** 52,54 ****
  }
  
! ?>
\ No newline at end of file
--- 52,54 ----
  }
  
! ?>




More information about the geeklog-cvs mailing list