appdb/include application.php bugs.php db.php ...
ChangeSet ID: 26192 CVSROOT: /opt/cvs-commit Module name: appdb Changes by: wineowner(a)winehq.org 2006/07/03 22:43:06 Modified files: include : application.php bugs.php db.php distributions.php testResults.php Log message: Chris Morgan <cmorgan(a)alum.wpi.edu> Stop using compile_update_string(). compile_update_string() can be passed a value that includes a character considered special by query_parameters(). We then use the output from compile_update_string() as a part of the first parameter to query_parameters(), the format string. Having extra special characters causes a token mismatch and query_parameters() will reject the queries entirely. Remove now unused compile_update_string(). Patch: http://cvs.winehq.org/patch.py?id=26192 Old revision New revision Changes Path 1.54 1.55 +18 -28 appdb/include/application.php 1.11 1.12 +2 -3 appdb/include/bugs.php 1.16 1.17 +0 -29 appdb/include/db.php 1.8 1.9 +2 -4 appdb/include/distributions.php 1.27 1.28 +24 -13 appdb/include/testResults.php
participants (1)
-
WineHQ