syntaxer run

git-svn-id: http://www.observium.org/svn/observer/trunk@3218 61d68cd4-352d-0410-923a-c4978735b2b8
This commit is contained in:
Tom Laermans
2012-05-20 23:14:08 +00:00
parent e4fa05f51d
commit 86348b92bb
11 changed files with 30 additions and 31 deletions
+1 -1
View File
@@ -170,7 +170,7 @@ function port_by_id_cache($port_id)
function table_from_entity_type($type)
{
/// Fuck you, english pluralisation.
if($type == "storage")
if ($type == "storage")
{
return $type;
} else {