move define to const
2022.09-rc
Adam Magness 2018-01-13 13:10:14 -05:00
rodzic 9e81d3dc40
commit e70e48abaa
1 zmienionych plików z 2 dodań i 2 usunięć

Wyświetl plik

@ -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) {