Changeset 905
- Timestamp:
- 03/21/06 18:33:44 (7 years ago)
- File:
-
- 1 edited
-
trunk/src/update_domains.sh (modified) (2 diffs)
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/update_domains.sh
r828 r905 409 409 domaines_standby.action 410 410 FROM domaines_standby 411 INNERJOIN membres membres411 LEFT JOIN membres membres 412 412 ON membres.uid = domaines_standby.compte 413 413 ORDER BY domaines_standby.action … … 423 423 sub_domaines_standby.action 424 424 FROM sub_domaines_standby 425 INNERJOIN membres membres425 LEFT JOIN membres membres 426 426 ON membres.uid = sub_domaines_standby.compte 427 427 ORDER BY sub_domaines_standby.action desc
Note: See TracChangeset
for help on using the changeset viewer.
