summaryrefslogtreecommitdiff
path: root/modules/locale/locale.module
diff options
context:
space:
mode:
Diffstat (limited to 'modules/locale/locale.module')
-rw-r--r--modules/locale/locale.module4
1 files changed, 2 insertions, 2 deletions
diff --git a/modules/locale/locale.module b/modules/locale/locale.module
index c96d9a0dc..da09f8fd6 100644
--- a/modules/locale/locale.module
+++ b/modules/locale/locale.module
@@ -1,4 +1,4 @@
-<?
+<?php
$module = array("help" => "locale_help",
"admin" => "locale_admin",
@@ -25,7 +25,7 @@ function locale_help() {
mysql> ALTER TABLE locales ADD nl TEXT DEFAULT '' NOT NULL;
mysql> ALTER TABLE locales ADD fr TEXT DEFAULT '' NOT NULL;
</PRE>
- <?
+ <?php
}
function locale_delete($id) {