remove trailing whitespace at end of file

This commit is contained in:
Miles Lott 2005-12-11 00:50:08 +00:00
parent 74cc469de8
commit 0f6e2292f5

View File

@ -140,7 +140,7 @@
/* /*
** Migrate preferences ** Migrate preferences
** @param $appname, $var_old, $var_new, $type='user' ** @param $appname, $var_old, $var_new, $type='user'
** **
*/ */
function migrate_pref($appname,$var_old,$var_new,$type='user') function migrate_pref($appname,$var_old,$var_new,$type='user')
{ {
@ -153,7 +153,7 @@
{ {
$types = $allowedtypes; $types = $allowedtypes;
} }
elseif(in_array($type,$allowedtypes)) elseif(in_array($type,$allowedtypes))
{ {
$types[] = $type; $types[] = $type;
} }
@ -198,7 +198,7 @@
/* /*
** Display application hooks ** Display application hooks
** **
*/ */
$GLOBALS['tpl']->pfp('out','begin_table'); $GLOBALS['tpl']->pfp('out','begin_table');
@ -224,7 +224,7 @@
$thisd = 1; $thisd = 1;
break; break;
} }
else else
{ {
$_thisd = (int)$GLOBALS['egw_info']['user']['preferences'][$appname][$varcheck]; $_thisd = (int)$GLOBALS['egw_info']['user']['preferences'][$appname][$varcheck];
if($_thisd>0) if($_thisd>0)
@ -269,8 +269,8 @@
$tropen = 0; $tropen = 0;
$lastd = 0; $lastd = 0;
$curcol = 1; $curcol = 1;
} }
else else
{ {
$lastd = $thisd; $lastd = $thisd;
} }
@ -298,8 +298,6 @@
//_debug_array($GLOBALS['egw_info']['user']['preferences']); //_debug_array($GLOBALS['egw_info']['user']['preferences']);
//$GLOBALS['egw']->common->debug_phpgw_info(); //$GLOBALS['egw']->common->debug_phpgw_info();
//$GLOBALS['egw']->common->debug_list_core_functions(); //$GLOBALS['egw']->common->debug_list_core_functions();
$GLOBALS['egw']->common->egw_footer(); $GLOBALS['egw']->common->egw_footer();
?> ?>