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

geeklog-cvs-admin at lists.geeklog.net geeklog-cvs-admin at lists.geeklog.net
Sun Jun 22 18:07:45 EDT 2003


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

Modified Files:
	mysql_tableanddata.php 
Log Message:
Added a "Privacy Options" block to the Preferences which let the user chose not to receive emails (from Admins and/or other users) and show up in the Who's Online block.


Index: mysql_tableanddata.php
===================================================================
RCS file: /usr/cvs/geeklog/geeklog-1.3/sql/mysql_tableanddata.php,v
retrieving revision 1.51
retrieving revision 1.52
diff -C2 -d -r1.51 -r1.52
*** mysql_tableanddata.php	22 Jun 2003 15:47:13 -0000	1.51
--- mysql_tableanddata.php	22 Jun 2003 22:07:42 -0000	1.52
***************
*** 487,490 ****
--- 487,492 ----
    emailstories tinyint(4) NOT NULL default '1',
    emailfromadmin tinyint(1) NOT NULL default '1',
+   emailfromuser tinyint(1) NOT NULL default '1',
+   showonline tinyint(1) NOT NULL default '1',
    PRIMARY KEY  (uid)
  ) TYPE=MyISAM





More information about the geeklog-cvs mailing list