small text fixes

git-svn-id: http://www.observium.org/svn/observer/trunk@2613 61d68cd4-352d-0410-923a-c4978735b2b8
This commit is contained in:
Adam Amstrong
2011-09-30 11:40:23 +00:00
parent 2323544d25
commit 8a27fe2fd7
2 changed files with 1 additions and 2 deletions
-1
View File
@@ -843,7 +843,6 @@ function makeshortif($if)
$if = fixifName ($if);
$if = strtolower($if);
$if = array_str_replace($rewrite_shortif, $if);
$if = ucfirst($if);
return $if;
}