ChangeSet ID: 26602 CVSROOT: /opt/cvs-commit Module name: appdb Changes by: wineowner@winehq.org 2006/07/17 15:56:07
Modified files: include : incl.php unit_test : run_tests.php Added files: include : query.php unit_test : test_query.php Removed files: include : db.php unit_test : test_db.php
Log message: Chris Morgan cmorgan@alum.wpi.edu Rename include/db.php to include/query.php, all of the functions in db.php were named query_*(). Rename test_db.php to test_query.php to match the rename of include/db.php. Modify include/incl.php to include query.php instead of db.php
Patch: http://cvs.winehq.org/patch.py?id=26602
Old revision New revision Changes Path 1.35 1.36 +1 -1 appdb/include/incl.php Added 1.3 +98 -158 appdb/include/query.php 1.19 Removed +0 -0 appdb/include/db.php 1.3 1.4 +1 -1 appdb/unit_test/run_tests.php Added 1.1 +0 -0 appdb/unit_test/test_query.php 1.1 Removed +0 -0 appdb/unit_test/test_db.php