Changeset 385 for trunk/server/www/app/controllers/requests_controller.php
- Timestamp:
- 07/07/10 11:37:26 (11 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/server/www/app/controllers/requests_controller.php
r367 r385 316 316 $platform_id = ''; 317 317 $application_id = ''; 318 $doctype_id = ''; 318 319 foreach ($workers as $worker) { 319 320 if ($worker['Worker']['development']) { … … 321 322 } 322 323 323 if ($worker['Application']['id'] != $application_id || $worker['Platform']['id'] != $platform_id ) {324 if ($worker['Application']['id'] != $application_id || $worker['Platform']['id'] != $platform_id || $worker['Doctype']['id'] != $doctype_id) { 324 325 if ($short_id) { 325 326 $sets['latest'][] = $short_id; … … 328 329 $platform_id = $worker['Platform']['id']; 329 330 $application_id = $worker['Application']['id']; 331 $doctype_id = $worker['Doctype']['id']; 330 332 } 331 333
Note: See TracChangeset
for help on using the changeset viewer.