1
0
mirror of https://github.com/dg/dibi.git synced 2025-08-06 14:16: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

@@ -132,7 +132,7 @@ class DibiMSSqlDriver extends DibiDriver
}
public function escape($value, $appendQuotes=TRUE)
public function escape($value, $appendQuotes = TRUE)
{
$value = str_replace("'", "''", $value);
return $appendQuotes