[geeklog-cvs] geeklog-1.3/plugins/spamx Import.Admin.class.php,1.3,1.4

dhaun at iowaoutdoors.org dhaun at iowaoutdoors.org
Wed Sep 22 04:19:22 EDT 2004


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

Modified Files:
	Import.Admin.class.php 
Log Message:
Added missing addslashes() call (Thanks, Tom)


Index: Import.Admin.class.php
===================================================================
RCS file: /var/cvs/geeklog-1.3/plugins/spamx/Import.Admin.class.php,v
retrieving revision 1.3
retrieving revision 1.4
diff -C2 -d -r1.3 -r1.4
*** Import.Admin.class.php	16 Sep 2004 08:19:19 -0000	1.3
--- Import.Admin.class.php	22 Sep 2004 08:19:19 -0000	1.4
***************
*** 175,180 ****
              if (!empty ($entry)) {
                  DB_query ('INSERT INTO ' . $_TABLES['spamx']
!                           . ' VALUES ("MTBlacklist","' . $entry . '")');
!             $count++;
              }
          }
--- 175,181 ----
              if (!empty ($entry)) {
                  DB_query ('INSERT INTO ' . $_TABLES['spamx']
!                           . ' VALUES ("MTBlacklist","' . addslashes ($entry)
!                           . '")');
!                 $count++;
              }
          }




More information about the geeklog-cvs mailing list