|
From: Eloi G. <ada...@us...> - 2008-11-21 14:16:31
|
Update of /cvsroot/phpwebsite-comm/modules/article In directory ddv4jf1.ch3.sourceforge.com:/tmp/cvs-serv19018 Modified Files: index.php Log Message: mod-rewite URIs now look like the 1.6 spec to insure backwards compatibility Index: index.php =================================================================== RCS file: /cvsroot/phpwebsite-comm/modules/article/index.php,v retrieving revision 1.25 retrieving revision 1.26 diff -C2 -d -r1.25 -r1.26 *** index.php 21 Nov 2008 06:13:15 -0000 1.25 --- index.php 21 Nov 2008 14:16:26 -0000 1.26 *************** *** 18,27 **** PHPWS_Core::initModClass('article', 'Image.php'); - /* Process any mod-rewrite submissions */ - if (isset($_GET['var1'])) { - $_REQUEST['id'] = (int)$_GET['var1']; - if (isset($_GET['var2'])) - $_REQUEST['page'] = (int)$_GET['var2']; - } /* Process any form button submissions */ /* Button format is ARTICLE_vars[tab:command<::key:value><::key:value>...] */ --- 18,21 ---- |