mirror of
https://github.com/e107inc/e107.git
synced 2025-08-06 06:38:00 +02:00
prepare drupal 7 user import, it saves avatars to e107 filesystem now
This commit is contained in:
@@ -1,17 +1,15 @@
|
|||||||
<?php
|
<?php
|
||||||
/*
|
/**
|
||||||
* e107 website system
|
* e107 website system
|
||||||
*
|
*
|
||||||
* Copyright (C) 2008-2015 e107 Inc (e107.org)
|
* Copyright (C) 2008-2015 e107 Inc (e107.org)
|
||||||
* Released under the terms and conditions of the
|
* Released under the terms and conditions of the
|
||||||
* GNU General Public License (http://www.gnu.org/licenses/gpl.txt)
|
* GNU General Public License (http://www.gnu.org/licenses/gpl.txt)
|
||||||
*
|
*
|
||||||
*/
|
|
||||||
/**
|
|
||||||
* @file
|
* @file
|
||||||
* Each import file has an identifier which must be the same for:
|
* Each import file has an identifier which must be the same for:
|
||||||
* a) This file name - add '_class.php' to get the file name
|
* a) This file name - add '_class.php' to get the file name
|
||||||
* b) The array index of certain variables
|
* b) The array index of certain variables.
|
||||||
*/
|
*/
|
||||||
|
|
||||||
require_once('import_classes.php');
|
require_once('import_classes.php');
|
||||||
|
Reference in New Issue
Block a user