Related to MDL-6489 - advanced search template was missing in backup/restore

This commit is contained in:
Eloy Lafuente
2009-12-18 18:08:56 +00:00
parent 9e845f9ee7
commit 4e2ba0840b
2 changed files with 2 additions and 0 deletions
+1
View File
@@ -85,6 +85,7 @@ function data_restore_mods($mod,$restore) {
$database->rsstitletemplate = backup_todb($info['MOD']['#']['RSSTITLETEMPLATE']['0']['#']);
$database->csstemplate = backup_todb($info['MOD']['#']['CSSTEMPLATE']['0']['#']);
$database->jstemplate = backup_todb($info['MOD']['#']['JSTEMPLATE']['0']['#']);
$database->asearchtemplate = backup_todb($info['MOD']['#']['ASEARCHTEMPLATE']['0']['#']);
$database->approval = backup_todb($info['MOD']['#']['APPROVAL']['0']['#']);
$database->scale = backup_todb($info['MOD']['#']['SCALE']['0']['#']);
$database->assessed = backup_todb($info['MOD']['#']['ASSESSED']['0']['#']);