[geeklog-cvs] geeklog-1.3/sql mysql_tableanddata.php,1.50,1.51

geeklog-cvs-admin at lists.geeklog.net geeklog-cvs-admin at lists.geeklog.net
Sun Jun 22 11:47:15 EDT 2003


Update of /usr/cvs/geeklog/geeklog-1.3/sql
In directory internal.geeklog.net:/tmp/cvs-serv14318/sql

Modified Files:
	mysql_tableanddata.php 
Log Message:
Added tracking of users lastlogin timestamp to the userinfo table. New $_CONF['lastlogin'] added to config.php - SESSION SETTINGS, and lastlogin field to the userinfo table

Index: mysql_tableanddata.php
===================================================================
RCS file: /usr/cvs/geeklog/geeklog-1.3/sql/mysql_tableanddata.php,v
retrieving revision 1.50
retrieving revision 1.51
diff -C2 -d -r1.50 -r1.51
*** mysql_tableanddata.php	16 Jun 2003 09:00:58 -0000	1.50
--- mysql_tableanddata.php	22 Jun 2003 15:47:13 -0000	1.51
***************
*** 473,476 ****
--- 473,477 ----
    totalcomments mediumint(9) NOT NULL default '0',
    lastgranted int(10) unsigned NOT NULL default '0',
+   lastlogin VARCHAR(10) NOT NULL default '0',
    PRIMARY KEY  (uid)
  ) TYPE=MyISAM





More information about the geeklog-cvs mailing list