[geeklog-cvs] geeklog-1.3/sql mysql_tableanddata.php,1.67,1.68

dhaun at iowaoutdoors.org dhaun at iowaoutdoors.org
Sun May 9 05:54:05 EDT 2004


Update of /var/cvs/geeklog-1.3/sql
In directory www:/tmp/cvs-serv13147/sql

Modified Files:
	mysql_tableanddata.php 
Log Message:
Added tracking of IP addresses of comment posters (suggested by Michael Jervis).


Index: mysql_tableanddata.php
===================================================================
RCS file: /var/cvs/geeklog-1.3/sql/mysql_tableanddata.php,v
retrieving revision 1.67
retrieving revision 1.68
diff -C2 -d -r1.67 -r1.68
*** mysql_tableanddata.php	5 Apr 2004 19:22:04 -0000	1.67
--- mysql_tableanddata.php	9 May 2004 09:54:03 -0000	1.68
***************
*** 69,72 ****
--- 69,73 ----
    indent mediumint(10) unsigned NOT NULL default '0',
    uid mediumint(8) NOT NULL default '1',
+   ipaddress varchar(15) NOT NULL default '',
    INDEX comments_cid(cid),
    INDEX comments_type(type),




More information about the geeklog-cvs mailing list