mirror of
https://github.com/Aurorastation/Aurora.3.git
synced 2026-05-18 13:21:23 +01:00
8383f1c03b
Both procs are now generalized, and accept a DBConnection object as an argument. Due to this generalization, all instances of `establish_db_connection()` must be renamed to `establish_db_connection(dbcon)`. Also added variable `failed_connections` to the definition of DBConnection.