Details
-
Improvement
-
Status: Resolved
-
Minor
-
Resolution: Fixed
-
None
-
None
Description
blockrequest.pm has never been updated to use the database subroutines provided in utils.pm. The main ones would be database_select() and database_execute(). blockrequest.pm is also creating its own database handles. All of the database operations in blockrequest.pm should be converted to use the subroutines provided by utils.pm.