MantisBT: master-1.2.x 586057ff

Author Committer Branch Timestamp Parent
hazeuh@gmail.com Damien Regad master-1.2.x 2012-07-12 05:36 master-1.2.x aa2bb9d7
Affected Issues  0014541: Remove calls to deprecated functions db_prepare* in "Docs" update page
Changeset

Remove calls to deprecated functions db_prepare* in "Docs" update page

Those calls cause the strings to be escaped twice : by db_prepare* and
then by db_query_bound, which leads to backslashes apparing in the
database.

All c_ prefixed variables have been removed as well, as there is no need
anymore for SQL cleaned variables.

Fixes 0014541

Signed-off-by: Damien Regad damien.regad@merckgroup.com

mod - proj_doc_update.php Diff File