[geeklog-cvs] geeklog-1.3/public_html/admin story.php,1.146,1.147

dhaun at iowaoutdoors.org dhaun at iowaoutdoors.org
Sat Feb 26 07:37:22 EST 2005


Update of /var/cvs/geeklog-1.3/public_html/admin
In directory www:/tmp/cvs-serv18993

Modified Files:
	story.php 
Log Message:
Fix to make the archive date work with the timezone hack.


Index: story.php
===================================================================
RCS file: /var/cvs/geeklog-1.3/public_html/admin/story.php,v
retrieving revision 1.146
retrieving revision 1.147
diff -C2 -d -r1.146 -r1.147
*** story.php	6 Feb 2005 10:57:48 -0000	1.146
--- story.php	26 Feb 2005 12:37:19 -0000	1.147
***************
*** 1178,1182 ****
          $bodytext = addslashes ($bodytext);
  
!         DB_save ($_TABLES['stories'], 'sid,uid,tid,title,introtext,bodytext,hits,date,comments,related,featured,commentcode,statuscode,expire,postmode,frontpage,draft_flag,numemails,owner_id,group_id,perm_owner,perm_group,perm_members,perm_anon,show_topic_icon', "'$sid',$uid,'$tid','$title','$introtext','$bodytext',$hits,FROM_UNIXTIME($unixdate),'$comments','$related',$featured,'$commentcode','$statuscode','$expire','$postmode','$frontpage',$draft_flag,$numemails,$owner_id,$group_id,$perm_owner,$perm_group,$perm_members,$perm_anon,$show_topic_icon");
  
          // If this is done as part of the moderation then delete the submission
--- 1178,1182 ----
          $bodytext = addslashes ($bodytext);
  
!         DB_save ($_TABLES['stories'], 'sid,uid,tid,title,introtext,bodytext,hits,date,comments,related,featured,commentcode,statuscode,expire,postmode,frontpage,draft_flag,numemails,owner_id,group_id,perm_owner,perm_group,perm_members,perm_anon,show_topic_icon', "'$sid',$uid,'$tid','$title','$introtext','$bodytext',$hits,FROM_UNIXTIME($unixdate),'$comments','$related',$featured,'$commentcode','$statuscode',FROM_UNIXTIME($expiredate),'$postmode','$frontpage',$draft_flag,$numemails,$owner_id,$group_id,$perm_owner,$perm_group,$perm_members,$perm_anon,$show_topic_icon");
  
          // If this is done as part of the moderation then delete the submission




More information about the geeklog-cvs mailing list