Changeset 588

Show
Ignore:
Timestamp:
09/02/07 22:32:57 (15 months ago)
Author:
michiel
Message:

make phpdoc comment a bit more clear

Files:
1 modified

Legend:

Unmodified
Added
Removed
  • trunk/common/mvblog_common.php

    r586 r588  
    126126        /* __construct {{{ */ 
    127127        /** 
    128          * Setup stuff and handle settings etc and populate the data containers 
     128         * Setup stuff and handle settings etc and populate the data containers. 
     129         * 
     130         * If one of the default values for the function parameters is changed,  
     131         * please also change the call in mvblog_upgrade constructor. 
    129132         * 
    130133         * @param string $plugindir Directory where the plugins are. 
    131134         * @param int $adminmode Must be 1 if in the admin interface. 
    132135         * @param int $upgrade If set to 1 the data containers will not be populated to allow upgrades to them. 
    133          * 
    134          * If one of the default values is changed, please also change the call in mvblog_upgrade constructor. 
    135136         */ 
    136137        public function __construct($plugindir="plugins/", $adminmode=0, $upgrade=0) {