- user web: bug prevented host delete

svn path=/trunk/boinc/; revision=14100
This commit is contained in:
David Anderson 2007-11-06 23:21:55 +00:00
parent aaad2cbc70
commit fe50709901
2 changed files with 7 additions and 0 deletions

View File

@ -10521,3 +10521,9 @@ David 6 Nov 2007
html/inc/
boinc_db.inc
util.inc
David 6 Nov 2007
- user web: bug prevented host delete
html/inc/
boinc_db.inc

View File

@ -133,6 +133,7 @@ class BoincHost {
return $db->update($this, 'host', $clause);
}
function delete() {
$db = BoincDb::get();
return $db->delete($this, 'host');
}
static function enum($clause, $clause2=null) {