summaryrefslogtreecommitdiff
path: root/install_packages.php
diff options
context:
space:
mode:
authorLester Caine <lester@lsces.co.uk>2007-02-05 11:14:32 +0000
committerLester Caine <lester@lsces.co.uk>2007-02-05 11:14:32 +0000
commit6472edd722b157e55285a85d020eb1f877b6fb90 (patch)
tree48bd81c57169fe5059ad15496131fd6ed5183263 /install_packages.php
parentf15550cbb8fbefd89f18661bf3af558abbdafb4e (diff)
downloadinstall-6472edd722b157e55285a85d020eb1f877b6fb90.tar.gz
install-6472edd722b157e55285a85d020eb1f877b6fb90.tar.bz2
install-6472edd722b157e55285a85d020eb1f877b6fb90.zip
Minor corrections to comments for PHPDoc
Diffstat (limited to 'install_packages.php')
-rw-r--r--install_packages.php6
1 files changed, 4 insertions, 2 deletions
diff --git a/install_packages.php b/install_packages.php
index d771d59..dff7cb8 100644
--- a/install_packages.php
+++ b/install_packages.php
@@ -1,6 +1,6 @@
<?php
/**
- * @version $Header: /cvsroot/bitweaver/_bit_install/install_packages.php,v 1.48 2007/01/06 22:11:00 squareing Exp $
+ * @version $Header: /cvsroot/bitweaver/_bit_install/install_packages.php,v 1.49 2007/02/05 11:14:32 lsces Exp $
* @package install
* @subpackage functions
*/
@@ -319,7 +319,9 @@ if( !empty( $_REQUEST['cancel'] ) ) {
$gBitThemes->storeLayout( $mod );
}
- // Set the default format to get quicktags and content storing working
+ /**
+ * Set the default format to get quicktags and content storing working
+ */
$plugin_file = LIBERTY_PKG_PATH.'plugins/format.tikiwiki.php';
if( is_readable( $plugin_file ) ) {
require_once( $plugin_file );