[interchange-docs] xmldocs - racke modified refs/if-mm.tag

docs at icdevgroup.org docs at icdevgroup.org
Fri Feb 16 05:44:31 EST 2007


User:      racke
Date:      2007-02-16 10:44:31 GMT
Modified:  refs     if-mm.tag
Log:
documentation for tables function added

Revision  Changes    Path
1.4       +13 -1     xmldocs/refs/if-mm.tag


rev 1.4, prev_rev 1.3
Index: if-mm.tag
===================================================================
RCS file: /var/cvs/xmldocs/refs/if-mm.tag,v
retrieving revision 1.3
retrieving revision 1.4
diff -u -r1.3 -r1.4
--- if-mm.tag	15 Feb 2007 14:46:50 -0000	1.3
+++ if-mm.tag	16 Feb 2007 10:44:31 -0000	1.4
@@ -97,7 +97,19 @@
 Checks whether the current user is logged into the UI.
 <programlisting>
 [if-mm !logged_in]
-[calc]$Session->{ui_error} = 'Not authorized!'; return;[/calc]
+[set ui_error]Not authorized[/set]
+[bounce page="admin/error"]
+[/if-mm]
+</programlisting>
+</para>
+</refsect2>
+<refsect2>
+<title>tables</title>
+<para>
+Checks for access to database tables.
+<programlisting>
+[if-mm !tables content]
+[set ui_error]Not authorized for content editor.[/set]
 [bounce page="admin/error"]
 [/if-mm]
 </programlisting>








More information about the docs mailing list