typo in switch

This commit is contained in:
skodak
2006-04-22 13:38:24 +00:00
parent 6c554ff60a
commit d850b4e621
2 changed files with 2 additions and 2 deletions
+1 -1
View File
@@ -419,7 +419,7 @@ function stats_get_start_from($str) {
case 'all':
return $function(get_field_sql('SELECT time FROM '.$CFG->prefix.'log ORDER BY time LIMIT 1'));
break;
case 'none';
case 'none':
return $function(strtotime('-1 day',time()));
break;
default:
+1 -1
View File
@@ -390,7 +390,7 @@
break;
case HOTPOT_NAVIGATION_IFRAME:
switch ($framename) {
case 'main';
case 'main':
print $hp->html;
break;
default: