boost/install.php
Method hms_install
has 26 lines of code (exceeds 25 allowed). Consider refactoring. Open
Open
function hms_install(&$content)
{
PHPWS_Core::initModClass('users', 'Users.php');
$DB = new PHPWS_DB('users');
$DB->addWhere('username', 'hms_admin');
- Create a ticketCreate a ticket