minor add \".\"

skala
Carlos Vargas 16 years ago
parent 84feb58304
commit 8d7943de86
  1. 2
      main/install/update-db-scorm-1.6.x-1.8.0.inc.php

@ -39,7 +39,7 @@ function my_get_time($time) {
// Open log file
$fh = fopen(api_get_path(SYS_ARCHIVE_PATH).'newscorm_'.time().'.log', 'w');
$fh_revert = fopen(api_get_path(SYS_ARCHIVE_PATH).'newscorm_'.time().'_revert.log', 'w');
$fh_res = fopen(api_get_path(SYS_ARCHIVE_PATH)'newscorm_'.time().'_res.log', 'w');
$fh_res = fopen(api_get_path(SYS_ARCHIVE_PATH).'newscorm_'.time().'_res.log', 'w');
fwrite($fh, "-- Recording course homepages links changes to enable reverting\n");
fwrite($fh_revert, "-- Recording reverted course homepages links changes to enable reverting\n");
fwrite($fh_res, "-- Recording resulting course homepages links changes\n");

Loading…
Cancel
Save