mirror of
https://github.com/Lastorder-DC/rhymix.git
synced 2026-01-09 19:51:42 +09:00
Added support for addQuotes - escpaes special charcters in query arguments.
git-svn-id: http://xe-core.googlecode.com/svn/branches/1.5.0-DB@8585 201d5d3c-b55e-5fd7-737f-ddc643e51545
This commit is contained in:
parent
652cc1549a
commit
54ef159878
2 changed files with 10 additions and 3 deletions
|
|
@ -121,7 +121,6 @@
|
|||
/**
|
||||
* @brief handles quatation of the string variables from the query
|
||||
**/
|
||||
// TODO Make sure this is handled in DBParser class
|
||||
function addQuotes($string)
|
||||
{
|
||||
if (!$this->fd) return $string;
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue