/[BackupPC]/trunk/lib/BackupPC/SearchLib.pm
This is repository of my old source code which isn't updated any more. Go to git.rot13.org for current projects!
ViewVC logotype

Diff of /trunk/lib/BackupPC/SearchLib.pm

Parent Directory Parent Directory | Revision Log Revision Log | View Patch Patch

revision 224 by dpavlin, Sun Oct 16 17:41:52 2005 UTC revision 225 by dpavlin, Mon Oct 24 14:02:00 2005 UTC
# Line 150  my $sort_def = { Line 150  my $sort_def = {
150          }, burn => {          }, burn => {
151                  default => 'date_a',                  default => 'date_a',
152                  sql => {                  sql => {
153                          share_d => 'share DESC',                          share_d => 'host DESC, share DESC',
154                          share_a => 'share ASC',                          share_a => 'host ASC, share ASC',
155                          num_d => 'backupnum DESC',                          num_d => 'backupnum DESC',
156                          num_a => 'backupnum ASC',                          num_a => 'backupnum ASC',
157                          date_d => 'date DESC',                          date_d => 'date DESC',

Legend:
Removed from v.224  
changed lines
  Added in v.225

  ViewVC Help
Powered by ViewVC 1.1.26