Changeset 266

Show
Ignore:
Timestamp:
04/11/08 00:05:03 (9 months ago)
Author:
shupp
Message:

CS cleanups in Main_AliasDomain

Files:

Legend:

Unmodified
Added
Removed
Modified
Copied
Moved
  • trunk/Framework/Module/Main/AliasDomain.php

    r236 r266  
    44 * Framework_Module_Main_AliasDomain  
    55 *  
    6  * PHP Version 5 
     6 * PHP Version 5.1.0+ 
    77 *  
    8  * @uses      ToasterAdmin_Auth_System 
    9  * @package   ToasterAdmin 
    10  * @author    Bill Shupp <hostmaster@shupp.org>  
    11  * @copyright 2007 Bill Shupp 
    12  * @license   GPL 2.0  {@link http://www.gnu.org/licenses/gpl.txt} 
    13  * @link      http://trac.merchbox.com/trac/toasteradmin 
     8 * @uses       ToasterAdmin_Auth_System 
     9 * @category   Mail 
     10 * @package    ToasterAdmin 
     11 * @subpackage Module 
     12 * @author     Bill Shupp <hostmaster@shupp.org>  
     13 * @copyright  2007-2008 Bill Shupp 
     14 * @license    GPL 2.0  {@link http://www.gnu.org/licenses/gpl.txt} 
     15 * @link       http://trac.merchbox.com/trac/toasteradmin 
    1416 */ 
    1517 
     
    2022 * Add Alias Domains 
    2123 *  
    22  * @uses      ToasterAdmin_Auth_System 
    23  * @package   ToasterAdmin 
    24  * @author    Bill Shupp <hostmaster@shupp.org>  
    25  * @copyright 2007 Bill Shupp 
    26  * @license   GPL 2.0  {@link http://www.gnu.org/licenses/gpl.txt} 
    27  * @link      http://trac.merchbox.com/trac/toasteradmin 
     24 * @uses       ToasterAdmin_Auth_System 
     25 * @category   Mail 
     26 * @package    ToasterAdmin 
     27 * @subpackage Module 
     28 * @author     Bill Shupp <hostmaster@shupp.org>  
     29 * @copyright  2007-2008 Bill Shupp 
     30 * @license    GPL 2.0  {@link http://www.gnu.org/licenses/gpl.txt} 
     31 * @link       http://trac.merchbox.com/trac/toasteradmin 
    2832 */ 
    2933class Framework_Module_Main_AliasDomain extends ToasterAdmin_Auth_System 
     
    117121    } 
    118122 
     123    /** 
     124     * _renderForm  
     125     *  
     126     * Render the form for display 
     127     *  
     128     * @param object $form HTML_Quickform object 
     129     *  
     130     * @access private 
     131     * @return void 
     132     */ 
    119133    private function _renderForm($form) 
    120134    {