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
interface/lib/app.inc.php
100644 → 100755
This diff is collapsed.
server/lib/app.inc.php
100644 → 100755
This diff is collapsed.
Please register or sign in to comment