[geeklog-cvs] Geeklog-1.x/public_html article.php,1.96,1.97

Dirk Haun dhaun at qs1489.pair.com
Sun Jun 29 05:29:08 EDT 2008


Update of /cvsroot/geeklog/Geeklog-1.x/public_html
In directory qs1489.pair.com:/tmp/cvs-serv61629/public_html

Modified Files:
	article.php 
Log Message:
Removed unused code


Index: article.php
===================================================================
RCS file: /cvsroot/geeklog/Geeklog-1.x/public_html/article.php,v
retrieving revision 1.96
retrieving revision 1.97
diff -C2 -d -r1.96 -r1.97
*** article.php	18 May 2008 19:29:30 -0000	1.96
--- article.php	29 Jun 2008 09:29:06 -0000	1.97
***************
*** 127,135 ****
      }
  
-     /*$access = SEC_hasAccess ($A['owner_id'], $A['group_id'],
-             $A['perm_owner'], $A['perm_group'], $A['perm_members'],
-             $A['perm_anon']);
-     if (($access == 0) OR !SEC_hasTopicAccess ($A['tid']) OR
-         (($A['draft_flag'] == 1) AND !SEC_hasRights ('story.edit'))) {*/
      if ($output == STORY_PERMISSION_DENIED) {
          $display .= COM_siteHeader ('menu', $LANG_ACCESS['accessdenied'])
--- 127,130 ----




More information about the geeklog-cvs mailing list