MDL-21233 moodle_url improvemewnts, code simplification, more diagnostics; fixed several regressions

This commit is contained in:
Petr Skoda
2010-01-16 15:39:56 +00:00
parent 5192a212f8
commit a685593466
424 changed files with 955 additions and 906 deletions
+1 -1
View File
@@ -30,7 +30,7 @@ require_once('../../config.php');
$d = optional_param('d', 0, PARAM_INT); // database id
$lifetime = 600; // Seconds to cache this stylesheet
$PAGE->set_url(new moodle_url($CFG->wwwroot.'/mod/data/css.php', array('d'=>$d)));
$PAGE->set_url('/mod/data/css.php', array('d'=>$d));
if ($data = $DB->get_record('data', array('id'=>$d))) {
header('Last-Modified: ' . gmdate('D, d M Y H:i:s', time()) . ' GMT');