From: poltawski Date: Mon, 4 Jun 2007 22:24:23 +0000 (+0000) Subject: MDL-10001 - Change the ordering of height and width parameters in the interface to... X-Git-Url: http://git.mjollnir.org/gw?a=commitdiff_plain;h=6d77bd6146b2df9a03e3be5e3ee2092395930e21;p=moodle.git MDL-10001 - Change the ordering of height and width parameters in the interface to reflect previous ordering. merged from MOODLE_18_STABLE --- 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";