Welcome Guest, Not a member yet? Register   Sign In
oci8_driver
#1

[eluser]mihailt[/eluser]
not really a bug more like wtf??

in system/database/drivers/oci8/oci8_driver.php

Code:
/**

* Escape String

*

* @access  public

* @param   string

* @return  string

*/

function escape_str($str)

{

  return $str;

}

nice escaping Wink




Theme © iAndrew 2016 - Forum software by © MyBB