]> git.mxchange.org Git - friendica.git/blobdiff - src/Core/UserImport.php
constant
[friendica.git] / src / Core / UserImport.php
index 8b259b2dbe51fa705e15e51e72c92e64b290428d..2c41fb27b03925b430cd4517af74d0aab0f41096 100644 (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) {