Update of /cvsroot/phpwebsite-comm/modules/article
In directory sc8-pr-cvs1:/tmp/cvs-serv22121
Modified Files:
index.php
Log Message:
2.0 Release
Index: index.php
===================================================================
RCS file: /cvsroot/phpwebsite-comm/modules/article/index.php,v
retrieving revision 1.5
retrieving revision 1.6
diff -C2 -d -r1.5 -r1.6
*** index.php 31 Aug 2003 22:56:08 -0000 1.5
--- index.php 21 Oct 2003 21:14:29 -0000 1.6
***************
*** 6,11 ****
* @module Article Manager
*/
-
/* Display the homepage if requested */
if($GLOBALS['module']=='home')
{
--- 6,20 ----
* @module Article Manager
*/
/* Display the homepage if requested */
+ //if ($_SESSION['OBJ_user']->isDeity()) print_r(preg_split('[=|&|&]',substr(stristr('index.php?module=pagemaster&PAGE_user_op=view_page&PAGE_id=3423', 'module='), 7)));
+ //if ($_SESSION['OBJ_user']->isDeity()) print_r(PHPWS_Core::parseLink('index.php?module=pagemaster&PAGE_user_op=view_page&PAGE_id=3423'));
+ //if ($_SESSION['OBJ_user']->isDeity()) print_r($_REQUEST);
+ /*if ($_SESSION['OBJ_user']->isDeity())
+ {
+ $linkArray = PHPWS_Core::parseLink('index.php?');
+ print_r($linkArray);
+ $link = substr($GLOBALS['core']->moduleLink('', $linkArray['module'], $linkArray['getvars']), 11, -6);
+ echo 'hey'. $link;
+ }*/
if($GLOBALS['module']=='home')
{
|