MDL-19716 moodle_url: new parameter to get URL with unescaped ampersands
authormudrd8mz <mudrd8mz>
Sun, 5 Jul 2009 14:31:58 +0000 (14:31 +0000)
committermudrd8mz <mudrd8mz>
Sun, 5 Jul 2009 14:31:58 +0000 (14:31 +0000)
commitc7f5e16a63c6467487d44a5dd8dce3bb5313b0f4
tree83b7c02f7c38b4099ea08390ad29e6ad7f6c42a7
parent5fdc39c72514d425daec3c347747ae099f1072e1
MDL-19716 moodle_url: new parameter to get URL with unescaped ampersands

moodle_url::get_query_string() and moodle_url::out() now accept new
optional parameter. Backwards compatible. This is needed so we can use returned URL
during redirect() which expects unescaped ampersands.
lib/weblib.php