[geeklog-cvs] geeklog-1.3/public_html/admin story.php,1.84,1.85

dhaun at geeklog.net dhaun at geeklog.net
Thu Mar 27 16:03:14 EST 2003


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

Modified Files:
	story.php 
Log Message:
$_USER was missing from the list of global variables.


Index: story.php
===================================================================
RCS file: /usr/cvs/geeklog/geeklog-1.3/public_html/admin/story.php,v
retrieving revision 1.84
retrieving revision 1.85
diff -C2 -d -r1.84 -r1.85
*** story.php	27 Mar 2003 20:20:00 -0000	1.84
--- story.php	27 Mar 2003 21:03:11 -0000	1.85
***************
*** 666,670 ****
  function submitstory($type='',$sid,$uid,$tid,$title,$introtext,$bodytext,$hits,$unixdate,$comments,$featured,$commentcode,$statuscode,$postmode,$frontpage,$draft_flag,$numemails,$owner_id,$group_id,$perm_owner,$perm_group,$perm_members,$perm_anon,$delete,$show_topic_icon) 
  {
!     global $_TABLES, $_CONF, $LANG24, $MESSAGE, $HTTP_POST_FILES;
  
      // Convert array values to numeric permission values
--- 666,670 ----
  function submitstory($type='',$sid,$uid,$tid,$title,$introtext,$bodytext,$hits,$unixdate,$comments,$featured,$commentcode,$statuscode,$postmode,$frontpage,$draft_flag,$numemails,$owner_id,$group_id,$perm_owner,$perm_group,$perm_members,$perm_anon,$delete,$show_topic_icon) 
  {
!     global $_TABLES, $_CONF, $_USER, $LANG24, $MESSAGE, $HTTP_POST_FILES;
  
      // Convert array values to numeric permission values





More information about the geeklog-cvs mailing list