Merge "Use pg_result_error, not pg_last_error, as the latter gives false negatives."
[lhc/web/wiklou.git] / languages / messages / MessagesZea.php
index 33a53a9..bd56d64 100644 (file)
@@ -22,7 +22,7 @@ $fallback = 'nl';
  * Namespace names
  * (bug 8708)
  */
-$namespaceNames = array(
+$namespaceNames = [
        NS_MEDIA            => 'Media',
        NS_SPECIAL          => 'Speciaol',
        NS_TALK             => 'Overleg',
@@ -39,5 +39,5 @@ $namespaceNames = array(
        NS_HELP_TALK        => 'Overleg_ulpe',
        NS_CATEGORY         => 'Categorie',
        NS_CATEGORY_TALK    => 'Overleg_categorie',
-);
+];