parent
3824a0ed5b
commit
67ee519ab9
@ -1,22 +1,21 @@ |
|||||||
<?php //$id$
|
<?php |
||||||
|
/* For licensing terms, see /license.txt */ |
||||||
|
|
||||||
/** |
/** |
||||||
* This script contains the data to fill (or empty) the database with using |
* This script contains the data to fill (or empty) the database with using |
||||||
* the fillers in this directory. |
* the fillers in this directory. |
||||||
* @author Yannick Warnier <yannick.warnier@dokeos.com> |
* @author Yannick Warnier <yannick.warnier@dokeos.com> |
||||||
* |
* |
||||||
*/ |
*/ |
||||||
/** |
|
||||||
* Initialisation section |
|
||||||
*/ |
|
||||||
|
|
||||||
$courses = array(); |
$courses = array(); |
||||||
$courses[] = array( |
$courses[] = array( |
||||||
'code' => 'ENGLISH101', |
'code' => 'ENGLISH101', |
||||||
'title' => 'English for beginners', |
'title' => 'English for beginners', |
||||||
'description' => 'English course', |
'description' => 'English course', |
||||||
'category_code' => 'PROJ', |
'category_code' => 'PROJ', |
||||||
'course_language' => 'english', |
'course_language' => 'english', |
||||||
'user_id' => 1, |
'user_id' => 1, |
||||||
'expiration_date' => '2020-09-01 00:00:00', |
'expiration_date' => '2020-09-01 00:00:00', |
||||||
'exemplary_content' => true, |
'exemplary_content' => true, |
||||||
); |
); |
||||||
|
Loading…
Reference in new issue