[geeklog-cvs] geeklog-1.3/public_html/admin/plugins/staticpages index.php,1.20,1.21

geeklog-cvs-admin at lists.geeklog.net geeklog-cvs-admin at lists.geeklog.net
Thu Apr 24 11:08:30 EDT 2003


Update of /usr/cvs/geeklog/geeklog-1.3/public_html/admin/plugins/staticpages
In directory internal.geeklog.net:/tmp/cvs-serv25313/public_html/admin/plugins/staticpages

Modified Files:
	index.php 
Log Message:
Set number of hits to 0 for a cloned static page.


Index: index.php
===================================================================
RCS file: /usr/cvs/geeklog/geeklog-1.3/public_html/admin/plugins/staticpages/index.php,v
retrieving revision 1.20
retrieving revision 1.21
diff -C2 -d -r1.20 -r1.21
*** index.php	12 Mar 2003 11:34:05 -0000	1.20
--- index.php	24 Apr 2003 15:08:28 -0000	1.21
***************
*** 255,258 ****
--- 255,259 ----
          $A['sp_uid'] = $_USER['uid'];
          $A['unixdate'] = time ();
+         $A['sp_hits'] = 0;
          $A['sp_old_id'] = '';
      } else {





More information about the geeklog-cvs mailing list