nveid
2011-12-07 f5b0ca26b34388a108f8fe1c77f3ef1c99829bfa
refs
author nveid <nveid@ispconfig3>
Wednesday, December 7, 2011 03:38 -0500
committer nveid <nveid@ispconfig3>
Wednesday, December 7, 2011 03:38 -0500
commitf5b0ca26b34388a108f8fe1c77f3ef1c99829bfa
tree 547b71487f578547043776067b7626d0ff2ac273 tree | zip | gz
parent 60c54cfa492892bb51a470d7f4847c535ccdebab view | diff
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
5 files modified
2311 ■■■■ changed files
interface/lib/app.inc.php 3 ●●●● diff | view | raw | blame | history
interface/lib/classes/db_firebird.inc.php 7 ●●●● diff | view | raw | blame | history
interface/lib/classes/db_mysql.inc.php 1103 ●●●● diff | view | raw | blame | history
server/lib/app.inc.php 10 ●●●●● diff | view | raw | blame | history
server/lib/classes/db_mysql.inc.php 1188 ●●●● diff | view | raw | blame | history