[geeklog-cvs] geeklog-1.3/public_html profiles.php,1.20.4.1,1.20.4.2

dhaun at geeklog.net dhaun at geeklog.net
Thu Jan 1 10:27:17 EST 2004


Update of /usr/cvs/geeklog/geeklog-1.3/public_html
In directory geeklog_prod:/tmp/cvs-serv8729

Modified Files:
      Tag: geeklog_1_3_7sr2_1
	profiles.php 
Log Message:
$_TABLES was missing from the list of global variables in function mailstory().


Index: profiles.php
===================================================================
RCS file: /usr/cvs/geeklog/geeklog-1.3/public_html/profiles.php,v
retrieving revision 1.20.4.1
retrieving revision 1.20.4.2
diff -C2 -d -r1.20.4.1 -r1.20.4.2
*** profiles.php	5 Dec 2003 19:36:01 -0000	1.20.4.1
--- profiles.php	1 Jan 2004 15:27:14 -0000	1.20.4.2
***************
*** 163,167 ****
  function mailstory($sid,$to,$toemail,$from,$fromemail,$sid, $shortmsg) 
  {
!  	global $_CONF, $_USER, $LANG01, $LANG08, $A;
  
      // check for correct $_CONF permission
--- 163,167 ----
  function mailstory($sid,$to,$toemail,$from,$fromemail,$sid, $shortmsg) 
  {
!  	global $_TABLES, $_CONF, $_USER, $LANG01, $LANG08, $A;
  
      // check for correct $_CONF permission





More information about the geeklog-cvs mailing list