function homebox_update_6001 in Homebox 6
Same name and namespace in other branches
- 6.3 homebox.install \homebox_update_6001()
- 6.2 homebox.install \homebox_update_6001()
File
- ./homebox.install, line 75 
- The install file for Home box allows the module to install (and uninstall) itself. This is required as this module uses its own table.
Code
function homebox_update_6001() {
  $ret[] = update_sql("DELETE FROM {homebox_users} WHERE uid = 0");
  return $ret;
}