summaryrefslogtreecommitdiff
path: root/content_permissions_inc.php
diff options
context:
space:
mode:
authorLester Caine <lester@lsces.co.uk>2006-10-13 12:45:17 +0000
committerLester Caine <lester@lsces.co.uk>2006-10-13 12:45:17 +0000
commit2a07c3e37395d357db792ba112f77f66502896e5 (patch)
tree2762a1416e211ec28f618fb0cd7fd7b016ce37ae /content_permissions_inc.php
parent6c446acd89048aff0c63fc60ff60e3bd45e1e2f9 (diff)
downloadliberty-2a07c3e37395d357db792ba112f77f66502896e5.tar.gz
liberty-2a07c3e37395d357db792ba112f77f66502896e5.tar.bz2
liberty-2a07c3e37395d357db792ba112f77f66502896e5.zip
phpDoc corrections
Diffstat (limited to 'content_permissions_inc.php')
-rw-r--r--content_permissions_inc.php5
1 files changed, 5 insertions, 0 deletions
diff --git a/content_permissions_inc.php b/content_permissions_inc.php
index 39891fa..05a96d3 100644
--- a/content_permissions_inc.php
+++ b/content_permissions_inc.php
@@ -1,4 +1,9 @@
<?php
+/**
+ * @version $Revision: 1.2 $
+ * @package liberty
+ * @subpackage functions
+ */
if( !empty( $verify_permission ) ) {
$gBitSystem->verifyPermission( $verify_permission );
} else {