Remove stray whitespace

This commit is contained in:
Miles Lott 2002-08-20 12:41:48 +00:00
parent 438467de6a
commit eec43e2901
2 changed files with 5 additions and 7 deletions

View File

@ -353,7 +353,6 @@
$cnt = count($method); $cnt = count($method);
for($i=0;$i<$cnt;$i++) for($i=0;$i<$cnt;$i++)
{ {
switch(strtoupper($method[$i])) switch(strtoupper($method[$i]))
{ {
case 'DEFAULT': case 'DEFAULT':

View File

@ -447,7 +447,6 @@
unset($enable_class); unset($enable_class);
reset($GLOBALS['phpgw_info']['flags']); reset($GLOBALS['phpgw_info']['flags']);
/***************************************************************************\ /***************************************************************************\
* These lines load up the themes data and put them into the templates class * * These lines load up the themes data and put them into the templates class *
\***************************************************************************/ \***************************************************************************/