ChangeSet ID: 18547 CVSROOT: /opt/cvs-commit Module name: appdb Changes by: wineowner(a)wine.codeweavers.com 2005/06/29 20:59:32 Modified files: include : version.php application.php Log message: Chris Morgan <cmorgan(a)alum.wpi.edu> When deleting a version or application the first thing deleted was the version or application. Then each of the sub-objects like comments, notes etc were deleted. This order is bad because it makes the database inconsistent, we never want a comment/note/etc for a version that doesn't exist. Delete the sub objects first and then the parent object. Patch: http://cvs.winehq.org/patch.py?id=18547 Old revision New revision Changes Path 1.24 1.25 +34 -29 appdb/include/version.php 1.26 1.27 +21 -18 appdb/include/application.php
participants (1)
-
WineHQ