diff --git a/main/cron/import_csv.php b/main/cron/import_csv.php index 7ea40ada00..431b26eb3f 100644 --- a/main/cron/import_csv.php +++ b/main/cron/import_csv.php @@ -705,10 +705,12 @@ $import->run(); /* -$command = "sudo find ".api_get_path(SYS_COURSE_PATH)." -type d -exec chmod 777"; +$command = "sudo find ".api_get_path(SYS_COURSE_PATH)." -type d -exec chmod 777 {} \; "; +echo "Executing: ".$command.PHP_EOL; system($command); -$command = "sudo find ".api_get_path(SYS_CODE_PATH)."upload/users -type d -exec chmod 777"; +$command = "sudo find ".api_get_path(SYS_CODE_PATH)."upload/users -type d -exec chmod 777 {} \;"; +echo "Executing: ".$command.PHP_EOL; system($command); */ diff --git a/main/gradebook/index.php b/main/gradebook/index.php index d62927006c..ca1c4c9c57 100644 --- a/main/gradebook/index.php +++ b/main/gradebook/index.php @@ -45,7 +45,7 @@ $htmlHeadXtra[] = api_get_js('jqplot/jquery.jqplot.min.js'); $htmlHeadXtra[] = api_get_js('jqplot/plugins/jqplot.donutRenderer.min.js');*/ $htmlHeadXtra[] = '