includes/lang.php
changeset 654 18dbf386d356
parent 626 be0e904eec17
child 668 0631e4de5de6
--- a/includes/lang.php	Tue Jul 22 17:00:54 2008 -0500
+++ b/includes/lang.php	Tue Jul 22 17:01:42 2008 -0500
@@ -161,11 +161,13 @@
         $this->merge($strings);
         $this->regen_caches(false);
       }
+      /*
       else
       {
         if ( !defined('ENANO_ALLOW_LOAD_NOLANG') )
           $db->_die('lang.php - No strings for language ' . $this->lang_code);
       }
+      */
     }
   }