[geeklog-cvs] geeklog-1.3 config.php,1.78,1.79

geeklog-cvs-admin at lists.geeklog.net geeklog-cvs-admin at lists.geeklog.net
Sun Apr 13 13:16:11 EDT 2003


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

Modified Files:
	config.php 
Log Message:
You can now enable a block in moderation.php that lists all stories with the 'draft' flag set.


Index: config.php
===================================================================
RCS file: /usr/cvs/geeklog/geeklog-1.3/config.php,v
retrieving revision 1.78
retrieving revision 1.79
diff -C2 -d -r1.78 -r1.79
*** config.php	28 Mar 2003 18:19:56 -0000	1.78
--- config.php	13 Apr 2003 17:16:09 -0000	1.79
***************
*** 239,242 ****
--- 239,246 ----
  $_CONF['usersubmission']  = 0;
  
+ // When set to 1, this will display an additional block on the submissions page
+ // that lists all stories that have the 'draft' flag set.
+ $_CONF['listdraftstories'] = 0;
+ 
  // Send an email notification when a new submission has been made. The contents
  // of the array can be any combination of 'story', 'link', 'event', and 'user'.





More information about the geeklog-cvs mailing list