Remove swear words from source code
This commit is contained in:
parent
9de8b6634c
commit
577bbf14b6
10 changed files with 22 additions and 26 deletions
|
@ -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);
|
||||
|
|
|
@ -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",
|
||||
);
|
||||
|
|
|
@ -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/
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue