commit | 757dda61aa0556aca8172dc2a8175596afe28ce2 | [log] [tgz] |
---|---|---|
author | Greg Aker <greg.aker@ellislab.com> | Wed Apr 14 19:06:19 2010 -0500 |
committer | Greg Aker <greg.aker@ellislab.com> | Wed Apr 14 19:06:19 2010 -0500 |
tree | 825d49d42328cdcf46642c1df71233d6879975c1 | |
parent | b4ae79daccd0823fd86bda446046c933164ffb01 [diff] |
Fixing a bug where odbc/mssql/oci8 db drivers would encounter a PHP error due to a function being moved from the input to security class. Moving remove_invisible_characters() to Common.php so the entire class does not need to be instantiated in those database drivers.