1
0
mirror of https://github.com/dg/dibi.git synced 2025-08-06 06:07:39 +02:00

* vetsina method/trid oznacena jako final

This commit is contained in:
David Grudl
2007-08-09 03:31:34 +00:00
parent 609a3d64fb
commit 8b89eb3bd0
12 changed files with 68 additions and 38 deletions

View File

@@ -138,7 +138,7 @@ class DibiSqliteDriver extends DibiDriver
}
public function escape($value, $appendQuotes=TRUE)
public function escape($value, $appendQuotes = TRUE)
{
return $appendQuotes
? "'" . sqlite_escape_string($value) . "'"