[geeklog-cvs] Geeklog-1.x/sql mysql_tableanddata.php,1.192,1.193

Blaine Lang blaine at qs1489.pair.com
Sun Nov 25 00:18:56 EST 2007


Update of /cvsroot/geeklog/Geeklog-1.x/sql
In directory qs1489.pair.com:/tmp/cvs-serv5630/sql

Modified Files:
	mysql_tableanddata.php 
Log Message:
Added user 'batch admin' feature to send out account reminders to users that have not frequented the site recently

Index: mysql_tableanddata.php
===================================================================
RCS file: /cvsroot/geeklog/Geeklog-1.x/sql/mysql_tableanddata.php,v
retrieving revision 1.192
retrieving revision 1.193
diff -C2 -d -r1.192 -r1.193
*** mysql_tableanddata.php	12 Oct 2007 02:30:22 -0000	1.192
--- mysql_tableanddata.php	25 Nov 2007 05:18:54 -0000	1.193
***************
*** 592,595 ****
--- 592,596 ----
    pwrequestid varchar(16) default NULL,
    status smallint(5) unsigned NOT NULL default '1',
+   num_reminders tinyint(1) NOT NULL default 0,
    PRIMARY KEY  (uid),
    KEY LOGIN (uid,passwd,username),




More information about the geeklog-cvs mailing list