ksafranski / Fokiz

OSS In-Line PHP Content Management System
Other
44 stars 10 forks source link

PDO Fixes and Security Patch #14

Closed evantobin closed 11 years ago

evantobin commented 11 years ago

mysql_real_escape_string requires a mysql_connect connection, therefore it will not work with the PDO update. There was also a typo, rowCount was called as an object not a function. I also patched the account delete bug.