Skip to content
Commit f5b0ca26 authored by nveid's avatar nveid
Browse files

Converted all mysql_ calls to OO based mysqli calls.

Also removed the calls to the db closeConn calls in favor of
destryong the connections on the class __destruct() 's..

Since firebird db had a closeConn as well, changed its __destruct
to calls its own personal closeConn which otherwise left unmodified.

Refs: 1722
parent 60c54cfa
0% or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment