summaryrefslogtreecommitdiff
path: root/content_permissions_inc.php
diff options
context:
space:
mode:
authorMax Kremmel <xing@synapse.plus.com>2007-03-31 16:06:51 +0000
committerMax Kremmel <xing@synapse.plus.com>2007-03-31 16:06:51 +0000
commit6837d8a0ee41f4fdd2c327a255d3e8ca83a8f0e2 (patch)
tree276a3013387c4783cc6c611889785706e9d721ea /content_permissions_inc.php
parent28033d3331b16e555334273b107c744c4b819578 (diff)
downloadliberty-6837d8a0ee41f4fdd2c327a255d3e8ca83a8f0e2.tar.gz
liberty-6837d8a0ee41f4fdd2c327a255d3e8ca83a8f0e2.tar.bz2
liberty-6837d8a0ee41f4fdd2c327a255d3e8ca83a8f0e2.zip
comment file to indicate that it's probably not in use anymore
Diffstat (limited to 'content_permissions_inc.php')
-rw-r--r--content_permissions_inc.php6
1 files changed, 5 insertions, 1 deletions
diff --git a/content_permissions_inc.php b/content_permissions_inc.php
index 1e1d277..52d4886 100644
--- a/content_permissions_inc.php
+++ b/content_permissions_inc.php
@@ -1,9 +1,12 @@
<?php
/**
- * @version $Revision: 1.6 $
+ * @version $Revision: 1.7 $
* @package liberty
* @subpackage functions
*/
+
+/* i think this file is not in use anymore - xing
+
$gBitSystem->verifyPermission( 'p_liberty_assign_content_perms' );
// If we haven't got any content loaded yet, load it
@@ -58,4 +61,5 @@ if( empty( $assignPerms ) ) {
}
}
$gBitSmarty->assign_by_ref( 'assignPerms', $assignPerms );
+ */
?>