more module updates

This commit is contained in:
Bachir Soussi Chiadmi
2015-04-20 18:21:45 +02:00
parent cde7b73a73
commit 322dd995bf
25 changed files with 747 additions and 308 deletions

View File

@@ -3,9 +3,9 @@ description = Variable Administration UI
dependencies[] = variable
package = Variable
core = 7.x
; Information added by drupal.org packaging script on 2013-08-09
version = "7.x-2.3"
; Information added by Drupal.org packaging script on 2014-04-23
version = "7.x-2.5"
core = "7.x"
project = "variable"
datestamp = "1376034993"
datestamp = "1398250128"

View File

@@ -105,5 +105,3 @@ function variable_admin_realm_title($realm) {
$info = variable_realm_info($realm);
return isset($info['title']) ? $info['title'] : $realm;
}