updated etxlink, ctools, colorbox, computed_field
This commit is contained in:
@@ -1,5 +1,9 @@
|
||||
<?php
|
||||
|
||||
/**
|
||||
* @file
|
||||
*/
|
||||
|
||||
/**
|
||||
* Returns array of language names.
|
||||
*
|
||||
@@ -32,7 +36,6 @@ function ctools_language_list($field = 'name', $all = FALSE) {
|
||||
* Returns an array of language names similar to ctools_language_list() except
|
||||
* that additional choices have been added for ease of use.
|
||||
*/
|
||||
|
||||
function ctools_language_list_all() {
|
||||
$languages = array(
|
||||
'***CURRENT_LANGUAGE***' => t("Current user's language"),
|
||||
@@ -41,4 +44,4 @@ function ctools_language_list_all() {
|
||||
);
|
||||
$languages = array_merge($languages, ctools_language_list());
|
||||
return $languages;
|
||||
}
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user