Skip to content
Snippets Groups Projects
Forked from ISPConfig / ISPConfig 3
Source project has a limited visibility.
  • nveid's avatar
    f5b0ca26
    Converted all mysql_ calls to OO based mysqli calls. · f5b0ca26
    nveid authored
    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
    f5b0ca26
    History
    Converted all mysql_ calls to OO based mysqli calls.
    nveid authored
    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