]> git.mjollnir.org Git - moodle.git/commitdiff
MDL-10001 - Change the ordering of height and width parameters in the interface to...
authorpoltawski <poltawski>
Mon, 4 Jun 2007 22:24:23 +0000 (22:24 +0000)
committerpoltawski <poltawski>
Mon, 4 Jun 2007 22:24:23 +0000 (22:24 +0000)
previous ordering. merged from MOODLE_18_STABLE

mod/resource/lib.php

index c0bcfab7c298e5714d521a6de31adc1466fd134e..b73a73240f779f6e709608166f52d6c7bc6b8cee 100644 (file)
@@ -51,7 +51,7 @@ if (!isset($CFG->resource_blockdeletingfile)) {
 define('RESOURCE_LOCALPATH', 'LOCALPATH');
 
 $RESOURCE_WINDOW_OPTIONS = array('resizable', 'scrollbars', 'directories', 'location',
-                                 'menubar', 'toolbar', 'status', 'height', 'width');
+                                 'menubar', 'toolbar', 'status', 'width', 'height');
 
 foreach ($RESOURCE_WINDOW_OPTIONS as $popupoption) {
     $popupoption = "resource_popup$popupoption";