Remove swear words from source code

This commit is contained in:
Daniel James 2013-09-23 16:16:51 +01:00
parent 9de8b6634c
commit 577bbf14b6
10 changed files with 22 additions and 26 deletions

View file

@ -1017,7 +1017,7 @@ class Application_Service_HistoryService
TEMPLATE_TIME => "strval",
TEMPLATE_DATETIME => "strval",
TEMPLATE_STRING => "strval",
TEMPLATE_BOOLEAN => "intval", //boolval only exists in php 5.5+ wtf?
TEMPLATE_BOOLEAN => "intval", //boolval only exists in php 5.5+
TEMPLATE_INT => "intval",
TEMPLATE_FLOAT => "floatval",
);