move define to const
This commit is contained in:
Adam Magness 2018-01-13 13:10:14 -05:00
parent 9e81d3dc40
commit e70e48abaa
1 changed files with 2 additions and 2 deletions

View File

@ -15,13 +15,13 @@ use dba;
require_once "include/dba.php";
define("IMPORT_DEBUG", false);
/**
* @brief UserImport class
*/
class UserImport
{
const IMPORT_DEBUG = false;
private static function lastInsertId()
{
if (IMPORT_DEBUG) {