helpdesk-z / helpdeskz-dev

HelpDeskZ is a free PHP based software which allows you to manage your site's support with a web-based support ticket system.
http://www.helpdeskz.com/
GNU General Public License v2.0
83 stars 64 forks source link

adapting the code to ci4 #26

Open desk-99 opened 3 years ago

desk-99 commented 3 years ago

In codeigniter4 getNumRows() should be used instead of num_rows so I replaced if($q->resultID->num_rows with if($q->getNumRows() in the files in the hdz/app/Libraries directory.