Changeset 924


Ignore:
Timestamp:
06/19/19 16:44:15 (5 years ago)
Author:
Kris Deugau
Message:

/trunk

Fix lurking typo in RPC access to backup list

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/cgi-bin/ipdb-rpc.cgi

    r907 r924  
    456456
    457457  # grab the whole waffle.
    458   my $sql = "SELECT backup_id, bkbrand, bkmodel, bktype, bkport, bksrc, bkuser, bkvpass, bkepass, ip FROM backuplist";
     458  my $sql = "SELECT backup_id, bkbrand, bkmodel, bktype, bkport, bksrc, bkuser, bkvpass, bkepass, bkip FROM backuplist";
    459459  my $result = $ip_dbh->selectall_arrayref($sql, { Slice => {} });
    460460  die $ip_dbh->errstr if !$result;
Note: See TracChangeset for help on using the changeset viewer.