mirror of https://github.com/BOINC/boinc.git
- user web: bug prevented host delete
svn path=/trunk/boinc/; revision=14100
This commit is contained in:
parent
aaad2cbc70
commit
fe50709901
|
@ -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
|
||||
|
|
|
@ -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) {
|
||||
|
|
Loading…
Reference in New Issue