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);
for($i=0;$i<$cnt;$i++)
{
switch(strtoupper($method[$i]))
{
case 'DEFAULT':

View File

@ -4,7 +4,7 @@
* This file written by Dan Kuykendall <seek3r@phpgroupware.org> *
* and Joseph Engo <jengo@phpgroupware.org> *
* Has a few functions, but primary role is to load the phpgwapi *
* Copyright (C) 2000, 2001, 2002 Dan Kuykendall *
* Copyright (C) 2000, 2001, 2002 Dan Kuykendall *
* -------------------------------------------------------------------------*
* This library is part of the phpGroupWare API *
* http://www.phpgroupware.org/api *
@ -447,7 +447,6 @@
unset($enable_class);
reset($GLOBALS['phpgw_info']['flags']);
/***************************************************************************\
* These lines load up the themes data and put them into the templates class *
\***************************************************************************/