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

@ -1276,7 +1276,7 @@ class Application_Model_Preference
return $ds['ColReorder'][$x];
} else {
/*For now we just have this hack for debugging. We should not
rely on this crappy behaviour in case of failure*/
rely on this behaviour in case of failure*/
Logging::warn("Index $x does not exist preferences");
Logging::warn("Defaulting to identity and printing preferences");
Logging::warn($ds);

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",
);

View file

@ -188,7 +188,7 @@ build/
book.schema.sql // contains CREATE TABLE book and CREATE TABLE review
}}}
And, as you probably expect it, a package overridden at the table level also acocunts for an independent SQL file:
And, as you probably expect it, a package overridden at the table level also accounts for an independent SQL file:
{{{
build/