tabs, not spaces

This commit is contained in:
Jakob Sack 2011-06-19 18:50:25 +02:00
parent 86406c6cfe
commit abac11d8c4
1 changed files with 14 additions and 13 deletions

View File

@ -21,7 +21,6 @@
*
*/
//require_once('../../config/config.php');
require_once('../lib/base.php');
require_once( 'template.php' );
@ -83,7 +82,8 @@ $url=OC_HELPER::linkTo( 'log', 'index.php' ).'?page=';
$pager=OC_UTIL::getPageNavi($pageCount,$page,$url);
if($pager){
$pagerHTML=$pager->fetchPage();
}else{
}
else{
$pagerHTML='';
}
@ -91,7 +91,8 @@ $showActions=array();
foreach($allActions as $action){
if(array_search($action,$selectedActions)!==false){
$showActions[$action]='checked="checked"';
}else{
}
else{
$showActions[$action]='';
}
}