BUG 0000 using mysql_real...
Modified a line
This commit is contained in:
@@ -92,7 +92,7 @@ class MysqlPlatform extends DefaultPlatform {
|
||||
* @return string
|
||||
*/
|
||||
public function escapeText($text) {
|
||||
return mysql_escape_string($text);
|
||||
return mysql_real_escape_string($text);
|
||||
}
|
||||
|
||||
/**
|
||||
|
||||
Reference in New Issue
Block a user