From: Eloi G. <ada...@us...> - 2004-10-10 15:36:46
|
Update of /cvsroot/phpwebsite-comm/modules/article In directory sc8-pr-cvs1.sourceforge.net:/tmp/cvs-serv11677 Modified Files: index.php Log Message: Version 2.8 release files Index: index.php =================================================================== RCS file: /cvsroot/phpwebsite-comm/modules/article/index.php,v retrieving revision 1.10 retrieving revision 1.11 diff -C2 -d -r1.10 -r1.11 *** index.php 30 Sep 2004 05:14:32 -0000 1.10 --- index.php 10 Oct 2004 15:36:10 -0000 1.11 *************** *** 14,18 **** } /* Make sure the helper class is activated and up to date*/ ! if (!$_SESSION['SES_ART_master']) { require_once(PHPWS_SOURCE_DIR.'mod/article/class/ArticleManager.php'); --- 14,18 ---- } /* Make sure the helper class is activated and up to date*/ ! if (empty($_SESSION['SES_ART_master'])) { require_once(PHPWS_SOURCE_DIR.'mod/article/class/ArticleManager.php'); *************** *** 119,122 **** --- 119,123 ---- case 'delete': + echo 'tag!!'; $temp = new PHPWS_Article($_REQUEST['ARTICLE_id']); if ($user->can('delete', $temp->created_username)) |