Changeset 114

Show
Ignore:
Timestamp:
06/22/06 12:37:45 (2 years ago)
Author:
malte
Message:

"updated function reseller_limits_check


"

Files:

Legend:

Unmodified
Added
Removed
Modified
Copied
Moved
  • trunk/gui/include/reseller-functions.php

    r112 r114  
    14151415                 
    14161416                if (empty($newprops)) { 
    1417                          
     1417                                 
     1418                                //try to use them from our session 
     1419                                if (isset($_SESSION["ch_hpprops"])) { 
     1420 
     1421                                        $props = $_SESSION["ch_hpprops"]; 
     1422                                 
     1423                                } else { 
     1424                                 
    14181425                        $err_msg = tr('no Valid Hostingplan Limits :'.$newprops.' submitted'); 
    14191426                return;  
    1420                  
     1427                                 
     1428                                } 
    14211429                } else { 
    14221430