From 2b968407695c8bb524fb622cfac42b69a733a0a5 Mon Sep 17 00:00:00 2001 From: stronk7 Date: Thu, 31 Jul 2003 16:44:52 +0000 Subject: [PATCH] Variables passed by reference warning is out !! --- backup/restore_execute.html | 2 +- backup/restorelib.php | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/backup/restore_execute.html b/backup/restore_execute.html index 07ee8533cb..b7ac5770e5 100644 --- a/backup/restore_execute.html +++ b/backup/restore_execute.html @@ -54,7 +54,7 @@ //Saving conversion id variables into backup_tables if ($restore->restoreto ==1) { echo "
  • ".get_string("creatingnewcourse"); - $status = restore_create_new_course($restore,&$course_header); + $status = restore_create_new_course($restore,$course_header); //Print course fullname and shortname and category if ($status) { echo "