commit
[Pman.Base] / Pman / I18N.php
diff --git a/Pman/I18N.php b/Pman/I18N.php
deleted file mode 100644 (file)
index b39928b..0000000
+++ /dev/null
@@ -1,43 +0,0 @@
-<?php
-
-/// provide language data!!!
-// DEPRECIATED - moved to Pman_Core_I18N
-/**
- * 
- * 
- */
-
-require_once 'Pman/Core/I18n.php';
-class Pman_I18N extends Pman_Core_I18n
-{
-     
-    
-    
-     
-    /*
-    
-    function setSession($au)
-    {
-        $this->authUser = $au;
-        $lbits = implode('_', $this->guessUsersLanguage());
-        if (empty($_SESSION['Pman_I18N'])) {
-            $_SESSION['Pman_I18N']  = array();
-        }
-        
-        $_SESSION['Pman_I18N'][$lbits] = array(
-            'l' => $this->getList('l', $lbits),
-            'c' => $this->getList('c', $lbits),
-            'm' => $this->getList('m', $lbits),
-        );
-        
-        
-    }
-      
-   
-     
-   
-   
-    */
-     
-    
-}