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:
ucorina 2011-07-08 15:10:42 +00:00
parent 652cc1549a
commit 54ef159878
2 changed files with 10 additions and 3 deletions

View file

@ -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;