1
0
mirror of https://github.com/e107inc/e107.git synced 2025-08-05 06:07:32 +02:00

prepare drupal 7 user import, it saves avatars to e107 filesystem now

This commit is contained in:
Lóna Lore
2015-02-13 19:54:47 +01:00
parent 9af2e4793d
commit c7d151cc67

View File

@@ -1,17 +1,15 @@
<?php
/*
/**
* e107 website system
*
* Copyright (C) 2008-2015 e107 Inc (e107.org)
* Released under the terms and conditions of the
* GNU General Public License (http://www.gnu.org/licenses/gpl.txt)
*
*/
/**
* @file
* Each import file has an identifier which must be the same for:
* 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');