From 6d77bd6146b2df9a03e3be5e3ee2092395930e21 Mon Sep 17 00:00:00 2001 From: poltawski Date: Mon, 4 Jun 2007 22:24:23 +0000 Subject: [PATCH] MDL-10001 - Change the ordering of height and width parameters in the interface to reflect previous ordering. merged from MOODLE_18_STABLE --- mod/resource/lib.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/mod/resource/lib.php b/mod/resource/lib.php index c0bcfab7c2..b73a73240f 100644 --- a/mod/resource/lib.php +++ b/mod/resource/lib.php @@ -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"; -- 2.39.5