From: nicolasconnault Date: Mon, 20 Aug 2007 17:41:06 +0000 (+0000) Subject: MDL-10177 Thanks Joseph for pointing out that mistake. $newtext is now initialised... X-Git-Url: http://git.mjollnir.org/gw?a=commitdiff_plain;h=d7890a8d0bfa071ca79ad45857e793cf11250270;p=moodle.git MDL-10177 Thanks Joseph for pointing out that mistake. $newtext is now initialised as a clone of $text and used everywhere, so that plugins can be used sequentially. ---