changeset 2787:b58f261314f8

Cleanup.
author Matti Hamalainen <ccr@tnsp.org>
date Tue, 26 Mar 2024 13:23:36 +0200
parents df33de0f2a78
children 91dfafad1c33
files www/loc.php
diffstat 1 files changed, 2 insertions(+), 2 deletions(-) [+]
line wrap: on
line diff
--- a/www/loc.php	Sun Mar 17 15:04:48 2024 +0200
+++ b/www/loc.php	Tue Mar 26 13:23:36 2024 +0200
@@ -50,12 +50,12 @@
   if (isset($key) && isset($arr[$key]))
   {
     $result = $arr[$key];
-    return TRUE;
+    return true;
   }
   else
   {
     unset($result);
-    return FALSE;
+    return false;
   }
 }