Changeset 848 for branches/website/updates/index.php
- Timestamp:
- 1/3/2009 12:42:49 AM (3 years ago)
- File:
-
- 1 edited
-
branches/website/updates/index.php (modified) (1 diff)
Legend:
- Unmodified
- Added
- Removed
-
branches/website/updates/index.php
r662 r848 28 28 downloads.PublisherID=publishers.PublisherID 29 29 WHERE 30 (MinVersion IS NULL AND MaxVersion IS NULL) OR 31 (MinVersion IS NULL AND MaxVersion > \'%1$s\') OR 32 (MinVersion <= \'%1$s\' AND MaxVersion IS NULL) OR 33 (MinVersion <= \'%1$s\' AND MaxVersion > \'%1$s\') 30 (Superseded = 0) AND 31 ( 32 (MinVersion IS NULL AND MaxVersion IS NULL) OR 33 (MinVersion IS NULL AND MaxVersion > \'%1$s\') OR 34 (MinVersion <= \'%1$s\' AND MaxVersion IS NULL) OR 35 (MinVersion <= \'%1$s\' AND MaxVersion > \'%1$s\') 36 ) 34 37 ORDER BY `Type` ASC', $version)); 35 38
Note: See TracChangeset
for help on using the changeset viewer.
