[Phpslash-commit] CVS: phpslash-ft/public_html article.php3,1.62,1.63
Brought to you by:
joestewart,
nhruby
From: Joe S. <joe...@us...> - 2002-04-17 15:37:46
|
Update of /cvsroot/phpslash/phpslash-ft/public_html In directory usw-pr-cvs1:/tmp/cvs-serv14290/phpslash-ft/public_html Modified Files: article.php3 Log Message: perm change from root to storyeditor Index: article.php3 =================================================================== RCS file: /cvsroot/phpslash/phpslash-ft/public_html/article.php3,v retrieving revision 1.62 retrieving revision 1.63 diff -C2 -d -r1.62 -r1.63 *** article.php3 23 Mar 2002 14:12:28 -0000 1.62 --- article.php3 17 Apr 2002 15:37:42 -0000 1.63 *************** *** 101,105 **** if($perm->have_perm('story')) { if( ($auth->auth['uid'] == $story->story_ary['user_id']) OR ! ($perm->have_perm('root'))) { $related .= "<a href=\"".$_PSL['adminurl']."/storyAdmin.php3?submit=edit&story_id=".$story_id."\">".pslgetText('Modify Story')."</a>"; } --- 101,105 ---- if($perm->have_perm('story')) { if( ($auth->auth['uid'] == $story->story_ary['user_id']) OR ! ($perm->have_perm('storyeditor'))) { $related .= "<a href=\"".$_PSL['adminurl']."/storyAdmin.php3?submit=edit&story_id=".$story_id."\">".pslgetText('Modify Story')."</a>"; } |