Changeset 2939


Ignore:
Timestamp:
05/29/10 01:47:35 (21 months ago)
Author:
nuxwin
Message:
  • [GUI] Small fix
Location:
trunk/gui/include/IspCP/ConfigHandler
Files:
2 edited

Legend:

Unmodified
Added
Removed
  • trunk/gui/include/IspCP/ConfigHandler/Db.php

    r2938 r2939  
    8383 
    8484        /** 
    85          * Variable bound to parameter of the PDOStatement objects 
     85         * Variable bound to the PDOStatement objects 
    8686         * 
    8787         * The value of this variable is bound to the PDOStatement that are used by 
     
    146146                        } 
    147147 
    148                         $this->_db = $param('database'); 
     148                        $this->_db = $param('db'); 
    149149 
    150150                        // Overrides the database table name for configuration parameters 
     
    232232         * Store a new configuration parameter in the database 
    233233         * 
    234          * @throw Exception 
     234         * @throws Exception 
    235235         * @return void 
    236236         */ 
     
    262262         * Update a configuration parameter in the database 
    263263         * 
    264          * @throw Exception 
     264         * @throws Exception 
    265265         * @return void 
    266266         */ 
  • trunk/gui/include/IspCP/ConfigHandler/File.php

    r2938 r2939  
    8080         * {@link IspCP_ConfigHangler::parameters} array. 
    8181         * 
    82          * @throw Exception 
     82         * @throws Exception 
    8383         * @return Configuration parameters 
    8484         */ 
Note: See TracChangeset for help on using the changeset viewer.