From 2a07c3e37395d357db792ba112f77f66502896e5 Mon Sep 17 00:00:00 2001 From: Lester Caine Date: Fri, 13 Oct 2006 12:45:17 +0000 Subject: phpDoc corrections --- LibertyContent.php | 4 ++-- calculate_max_upload_inc.php | 12 ++++++++++-- content_permissions.php | 9 +++++++++ content_permissions_inc.php | 5 +++++ plugins/format.markdown.php | 8 ++++++-- 5 files changed, 32 insertions(+), 6 deletions(-) diff --git a/LibertyContent.php b/LibertyContent.php index 6fc5fb0..f7d673c 100644 --- a/LibertyContent.php +++ b/LibertyContent.php @@ -3,7 +3,7 @@ * Management of Liberty content * * @package liberty -* @version $Header: /cvsroot/bitweaver/_bit_liberty/LibertyContent.php,v 1.157 2006/09/22 17:51:36 sylvieg Exp $ +* @version $Header: /cvsroot/bitweaver/_bit_liberty/LibertyContent.php,v 1.158 2006/10/13 12:44:59 lsces Exp $ * @author spider */ @@ -1727,7 +1727,7 @@ class LibertyContent extends LibertyBase { * Special parsing for multipage articles * * Temporarily remove
...
sections to protect - * from broke
 tags and leave well known 
+	* from broke 
pre
tags and leave well known
pre
* behaviour (i.e. type all text inside AS IS w/o * any interpretation) * @param string Data to process diff --git a/calculate_max_upload_inc.php b/calculate_max_upload_inc.php index bfe1674..6bece9e 100644 --- a/calculate_max_upload_inc.php +++ b/calculate_max_upload_inc.php @@ -1,5 +1,11 @@ isPackageActive( 'quota' ) ) { require_once( QUOTA_PKG_PATH.'calculate_quota_inc.php' ); } diff --git a/content_permissions.php b/content_permissions.php index d45eefb..3e60a9a 100644 --- a/content_permissions.php +++ b/content_permissions.php @@ -1,4 +1,13 @@ verifyPermission( $verify_permission ); } else { diff --git a/plugins/format.markdown.php b/plugins/format.markdown.php index 8cf88e2..15efce1 100644 --- a/plugins/format.markdown.php +++ b/plugins/format.markdown.php @@ -1,6 +1,6 @@