[Phpslash-commit] CVS: phpslash-dev/public_html config-dist.php,1.33,1.34
Brought to you by:
joestewart,
nhruby
From: Joe S. <joe...@us...> - 2004-11-06 18:56:25
|
Update of /cvsroot/phpslash/phpslash-dev/public_html In directory sc8-pr-cvs1.sourceforge.net:/tmp/cvs-serv18213/phpslash-dev/public_html Modified Files: config-dist.php Log Message: new Feeds block. Index: config-dist.php =================================================================== RCS file: /cvsroot/phpslash/phpslash-dev/public_html/config-dist.php,v retrieving revision 1.33 retrieving revision 1.34 diff -C2 -d -r1.33 -r1.34 *** config-dist.php 6 Nov 2004 18:08:02 -0000 1.33 --- config-dist.php 6 Nov 2004 18:56:07 -0000 1.34 *************** *** 494,498 **** */ $ary = array(); ! if(!(count($_GET) > 0)) { $ary = clean($_GET); } elseif (!empty($HTTP_GET_VARS)) { --- 494,498 ---- */ $ary = array(); ! if(count($_GET) > 0) { $ary = clean($_GET); } elseif (!empty($HTTP_GET_VARS)) { |