[geeklog-cvs] Geeklog-1.x/system/classes story.class.php, 1.30, 1.31

Michael Jervis mjervis at qs1489.pair.com
Fri Jul 4 14:26:28 EDT 2008


Update of /cvsroot/geeklog/Geeklog-1.x/system/classes
In directory qs1489.pair.com:/tmp/cvs-serv38402/system/classes

Modified Files:
	story.class.php 
Log Message:
PHP 5.0 compatibility for story submissions (I think):
http://www.geeklog.net/forum/viewtopic.php?showtopic=83570

Index: story.class.php
===================================================================
RCS file: /cvsroot/geeklog/Geeklog-1.x/system/classes/story.class.php,v
retrieving revision 1.30
retrieving revision 1.31
diff -C2 -d -r1.30 -r1.31
*** story.class.php	3 Jul 2008 19:44:31 -0000	1.30
--- story.class.php	4 Jul 2008 18:26:25 -0000	1.31
***************
*** 796,799 ****
--- 796,800 ----
          // Use what we have:
          $this->_tid = $topic;
+         $this->_date = time();
      }
  
***************
*** 806,809 ****
--- 807,811 ----
          
          $this->_expire = time();
+         $this->_date = time();
          $this->_expiredate = 0;
  




More information about the geeklog-cvs mailing list