Changeset 19144 for trunk/Nebulous-Server/lib/Nebulous/Server/SQL.pm
- Timestamp:
- Aug 20, 2008, 4:26:58 PM (18 years ago)
- File:
-
- 1 edited
-
trunk/Nebulous-Server/lib/Nebulous/Server/SQL.pm (modified) (2 diffs)
Legend:
- Unmodified
- Added
- Removed
-
trunk/Nebulous-Server/lib/Nebulous/Server/SQL.pm
r18434 r19144 1 1 # Copyright (c) 2004 Joshua Hoblitt 2 2 # 3 # $Id: SQL.pm,v 1.6 2 2008-07-07 23:37:48 jhoblitt Exp $3 # $Id: SQL.pm,v 1.63 2008-08-21 02:26:58 jhoblitt Exp $ 4 4 5 5 package Nebulous::Server::SQL; … … 251 251 AND available = ? 252 252 AND allocate = ? 253 ORDER BY free DESC253 ORDER BY RAND() 254 254 LIMIT 1 255 255 },
Note:
See TracChangeset
for help on using the changeset viewer.
