Merge branch 'MDL-30135_21' of git://github.com/timhunt/moodle into MOODLE_21_STABLE

This commit is contained in:
Aparup Banerjee
2011-11-08 11:45:33 +08:00
+2 -2
View File
@@ -67,7 +67,7 @@ class qformat_xml extends qformat_default {
* @param string name format name from xml file
* @return int Moodle format code
*/
protected function trans_format($name) {
public function trans_format($name) {
$name = trim($name);
if ($name == 'moodle_auto_format') {
@@ -970,7 +970,7 @@ class qformat_xml extends qformat_default {
* @param int id internal code
* @return string format text
*/
protected function get_format($id) {
public function get_format($id) {
switch($id) {
case FORMAT_MOODLE:
return 'moodle_auto_format';