From f76acb2d9d421ff705be6fd2713b8cc2c007e1df Mon Sep 17 00:00:00 2001 From: Angie Byron Date: Sun, 12 Oct 2008 04:30:09 +0000 Subject: #282405 by Damien Tournoud, lilou, Dave Reid: Enforce coding standard on elseif. --- modules/locale/locale.module | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'modules/locale') diff --git a/modules/locale/locale.module b/modules/locale/locale.module index bc4b37070..9a164566c 100644 --- a/modules/locale/locale.module +++ b/modules/locale/locale.module @@ -562,7 +562,7 @@ function locale_update_js_files() { } // If no refresh was attempted, but we have new source files, we need // to store them too. This occurs if current page is in English. - else if ($new_files) { + elseif ($new_files) { variable_set('javascript_parsed', $parsed); } -- cgit v1.2.3