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"; require_once "include/dba.php";
define("IMPORT_DEBUG", false);
/** /**
* @brief UserImport class * @brief UserImport class
*/ */
class UserImport class UserImport
{ {
const IMPORT_DEBUG = false;
private static function lastInsertId() private static function lastInsertId()
{ {
if (IMPORT_DEBUG) { if (IMPORT_DEBUG) {