Changeset 20174
- Timestamp:
- Oct 15, 2008, 10:39:49 AM (18 years ago)
- File:
-
- 1 edited
-
trunk/Nebulous-Server/bin/neb-voladm (modified) (2 diffs)
Legend:
- Unmodified
- Added
- Removed
-
trunk/Nebulous-Server/bin/neb-voladm
r20162 r20174 3 3 # Copyright (C) 2008 Joshua Hoblitt 4 4 # 5 # $Id: neb-voladm,v 1. 8 2008-10-15 02:20:27jhoblitt Exp $5 # $Id: neb-voladm,v 1.9 2008-10-15 20:39:49 jhoblitt Exp $ 6 6 7 7 use strict; … … 95 95 my ($q, @bind); 96 96 if (%constraint) { 97 ($q, @bind) = sql_interp($sql->get_volumes . "WHERE", \%constraint );97 ($q, @bind) = sql_interp($sql->get_volumes . "WHERE", \%constraint, "ORDER BY v.name"); 98 98 } else { 99 $q = $sql->get_volumes ;99 $q = $sql->get_volumes . " ORDER BY v.host, v.name"; 100 100 } 101 101
Note:
See TracChangeset
for help on using the changeset viewer.
