[geeklog-cvs] geeklog-1.3 emailgeeklogstories,1.2,1.3

dhaun at geeklog.net dhaun at geeklog.net
Mon Jan 6 05:06:33 EST 2003


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

Modified Files:
	emailgeeklogstories 
Log Message:
Rephrased the instructions, removed confusing comment about not having to change
anything in this file ...


Index: emailgeeklogstories
===================================================================
RCS file: /usr/cvs/geeklog/geeklog-1.3/emailgeeklogstories,v
retrieving revision 1.2
retrieving revision 1.3
diff -C2 -d -r1.2 -r1.3
*** emailgeeklogstories	6 Dec 2001 21:51:59 -0000	1.2
--- emailgeeklogstories	6 Jan 2003 10:06:31 -0000	1.3
***************
*** 1,9 ****
  #!/usr/local/bin/php -q 
  <?php
! #This code snippet is responsible for emailing Geeklog stories to users 
! #for the topics they select.  For this script to work you must have compiled
! #php so it can also be used a shell scripting language.  DO NOT change anything
! #in this file.  You should call this script from your crontab (man crontab).
  include('/path/to/geeklog/lib-common.php');
  COM_emailUserTopics();
  ?>
--- 1,12 ----
  #!/usr/local/bin/php -q 
  <?php
! // This code snippet is responsible for emailing Geeklog stories to users 
! // for the topics they select.  For this script to work you must have compiled
! // PHP so it can also be used as a shell scripting language.
! // You should call this script from your crontab (man crontab).
! 
! // Change this path to point to your lib-common.php file
  include('/path/to/geeklog/lib-common.php');
+ 
  COM_emailUserTopics();
  ?>





More information about the geeklog-cvs mailing list