Skip to content

qdel instead of del

Rob Nelson requested to merge pull/6859/del-purge into Bleeding-Edge

Created by: gbasood

All uses of del() replaced with qdel(), with the exception of:

  • Things I'd rather not risk breaking (SQL stuff, Regex)
  • Admin code, adminbus code

Hopefully I didn't accidentally edit those, might have staged them by accident

Merge request reports