Skip to content

Commit

Permalink
MDL-22015 fixed php docs
Browse files Browse the repository at this point in the history
  • Loading branch information
skodak committed Apr 14, 2010
1 parent ef686eb commit f6907ba
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions lib/moodlelib.php
Expand Up @@ -5744,6 +5744,7 @@ public function translation_exists($lang, $includeall = true);
/**
* Returns localised list of installed translations
* @param bool $returnall return all or just enabled
* @return array moodle translation code => localised translation name
*/
public function get_list_of_translations($returnall = false);

Expand Down Expand Up @@ -6092,6 +6093,7 @@ public function translation_exists($lang, $includeall = true) {
/**
* Returns localised list of installed translations
* @param bool $returnall return all or just enabled
* @return array moodle translation code => localised translation name
*/
public function get_list_of_translations($returnall = false) {
global $CFG;
Expand Down Expand Up @@ -6318,6 +6320,7 @@ public function translation_exists($lang, $includeall = true) {
/**
* Returns localised list of installed translations
* @param bool $returnall return all or just enabled
* @return array moodle translation code => localised translation name
*/
public function get_list_of_translations($returnall = false) {
// return all is ignored here - we need to know all langs in installer
Expand Down

0 comments on commit f6907ba

Please sign in to comment.