[geeklog-cvs] geeklog-1.3/system lib-plugins.php,1.24,1.25 lib-security.php,1.15,1.16 lib-syndication.php,1.1,1.2

geeklog-cvs-admin at lists.geeklog.net geeklog-cvs-admin at lists.geeklog.net
Mon Sep 1 15:01:09 EDT 2003


Update of /usr/cvs/geeklog/geeklog-1.3/system
In directory geeklog_prod:/tmp/cvs-serv28005/system

Modified Files:
	lib-plugins.php lib-security.php lib-syndication.php 
Log Message:
Fixed warnings


Index: lib-plugins.php
===================================================================
RCS file: /usr/cvs/geeklog/geeklog-1.3/system/lib-plugins.php,v
retrieving revision 1.24
retrieving revision 1.25
diff -C2 -d -r1.24 -r1.25
*** lib-plugins.php	1 Sep 2003 14:43:04 -0000	1.24
--- lib-plugins.php	1 Sep 2003 19:01:07 -0000	1.25
***************
*** 553,558 ****
  function PLG_showModerationList() 
  {
! 	global $_TABLES, $_CONF;
! 	
      $result = DB_query("SELECT pi_name FROM {$_TABLES['plugins']} WHERE pi_enabled = 1");
      $nrows = DB_numRows($result);
--- 553,560 ----
  function PLG_showModerationList() 
  {
!     global $_TABLES, $_CONF;
! 
!     $retval = '';
! 
      $result = DB_query("SELECT pi_name FROM {$_TABLES['plugins']} WHERE pi_enabled = 1");
      $nrows = DB_numRows($result);

Index: lib-security.php
===================================================================
RCS file: /usr/cvs/geeklog/geeklog-1.3/system/lib-security.php,v
retrieving revision 1.15
retrieving revision 1.16
diff -C2 -d -r1.15 -r1.16
*** lib-security.php	1 Sep 2003 14:43:04 -0000	1.15
--- lib-security.php	1 Sep 2003 19:01:07 -0000	1.16
***************
*** 372,376 ****
      global $LANG_ACCESS;
  
!     $retval .= '<table cellpadding="0" cellspacing="0" border="0">' . LB . '<tr>' . LB
          . '<td colspan="3"><b>' . $LANG_ACCESS['owner'] . '</b></td>'  .LB
          . '<td colspan="3"><b>' . $LANG_ACCESS['group'] . '</b></td>' . LB
--- 372,376 ----
      global $LANG_ACCESS;
  
!     $retval = '<table cellpadding="0" cellspacing="0" border="0">' . LB . '<tr>' . LB
          . '<td colspan="3"><b>' . $LANG_ACCESS['owner'] . '</b></td>'  .LB
          . '<td colspan="3"><b>' . $LANG_ACCESS['group'] . '</b></td>' . LB

Index: lib-syndication.php
===================================================================
RCS file: /usr/cvs/geeklog/geeklog-1.3/system/lib-syndication.php,v
retrieving revision 1.1
retrieving revision 1.2
diff -C2 -d -r1.1 -r1.2
*** lib-syndication.php	12 Aug 2003 21:10:06 -0000	1.1
--- lib-syndication.php	1 Sep 2003 19:01:07 -0000	1.2
***************
*** 45,49 ****
  function SYND_feedUpdateCheckAll( $update_info, $limit )
  {
!     global $_TABLES, $_CONF;
  
      $where = '';
--- 45,49 ----
  function SYND_feedUpdateCheckAll( $update_info, $limit )
  {
!     global $_CONF, $_TABLES, $_SYND_DEBUG;
  
      $where = '';
***************
*** 115,119 ****
  function SYND_feedUpdateCheckTopic( $tid, $update_info, $limit )
  {
!     global $_TABLES, $_CONF;
  
      $where = '';
--- 115,119 ----
  function SYND_feedUpdateCheckTopic( $tid, $update_info, $limit )
  {
!     global $_CONF, $_TABLES, $_SYND_DEBUG;
  
      $where = '';
***************
*** 320,324 ****
  function SYND_updateFeed( $fid )
  {
!     global $_CONF, $_TABLES;
  
      $result = DB_query( "SELECT * FROM {$_TABLES['syndication']} WHERE fid = $fid");
--- 320,324 ----
  function SYND_updateFeed( $fid )
  {
!     global $_CONF, $_TABLES, $_SYND_DEBUG;
  
      $result = DB_query( "SELECT * FROM {$_TABLES['syndication']} WHERE fid = $fid");





More information about the geeklog-cvs mailing list