]> wagnertech.de Git - timetracker.git/blobdiff - WEB-INF/lib/I18n.class.php
Replaced getKey() with get() calls.
[timetracker.git] / WEB-INF / lib / I18n.class.php
index ed7497d70856031df7962502458fbe88e8907c11..0e3dd02a420569c3ab3f29ca9d07ba7ce46d06fe 100644 (file)
@@ -52,11 +52,6 @@ class I18n {
     return $value;
   }
 
-  // getKey is a legacy function that we are replacing with get.
-  function getKey($kword) {
-    return $this->get($kword);
-  }
-
   // TODO: refactoring ongoing down from here...
     function getWeekDayName($id) {
       $id = (int) $id;