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

Dirk Haun dhaun at qs1489.pair.com
Tue Aug 12 15:24:11 EDT 2008


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

Modified Files:
	story.class.php 
Log Message:
Added displayElements('unixdate')


Index: story.class.php
===================================================================
RCS file: /cvsroot/geeklog/Geeklog-1.x/system/classes/story.class.php,v
retrieving revision 1.33
retrieving revision 1.34
diff -C2 -d -r1.33 -r1.34
*** story.class.php	27 Jul 2008 18:10:10 -0000	1.33
--- story.class.php	12 Aug 2008 19:23:57 -0000	1.34
***************
*** 1433,1436 ****
--- 1433,1440 ----
              break;
  
+         case 'unixdate':
+             $return = $this->_date;
+             break;
+ 
          case 'hits':
              $return = COM_NumberFormat($this->_hits);




More information about the geeklog-cvs mailing list