Fixed injection issues with SQL. Fixed a JS issue introduced in previous bug fix.

This commit is contained in:
khenn 2010-08-10 21:35:07 -05:00
parent c3989308fa
commit 3141a6ed5e
2 changed files with 102 additions and 8 deletions

View file

@ -359,8 +359,5 @@ YAHOO.util.Event.onDOMReady( function () {
loadClasses(document.getElementById("className_formId"));
loadWhereRows(document.getElementById("whereBody"));
loadOrder(document.getElementById("orderBody"));
};
});