Changeset 588
- Timestamp:
- 09/02/07 22:32:57 (15 months ago)
- Files:
-
- 1 modified
-
trunk/common/mvblog_common.php (modified) (1 diff)
Legend:
- Unmodified
- Added
- Removed
-
trunk/common/mvblog_common.php
r586 r588 126 126 /* __construct {{{ */ 127 127 /** 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. 129 132 * 130 133 * @param string $plugindir Directory where the plugins are. 131 134 * @param int $adminmode Must be 1 if in the admin interface. 132 135 * @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.135 136 */ 136 137 public function __construct($plugindir="plugins/", $adminmode=0, $upgrade=0) {
