|
From: Jon O. <jon...@us...> - 2007-04-28 19:57:24
|
Update of /cvsroot/mxbb/mx_simpledoc/simpledoc/modules
In directory sc8-pr-cvs16:/tmp/cvs-serv24795/modules
Modified Files:
simpledoc__tab-view-publish.php
Log Message:
fixes
Index: simpledoc__tab-view-publish.php
===================================================================
RCS file: /cvsroot/mxbb/mx_simpledoc/simpledoc/modules/simpledoc__tab-view-publish.php,v
retrieving revision 1.5
retrieving revision 1.6
diff -C2 -d -r1.5 -r1.6
*** simpledoc__tab-view-publish.php 17 Sep 2006 21:03:38 -0000 1.5
--- simpledoc__tab-view-publish.php 28 Apr 2007 19:57:19 -0000 1.6
***************
*** 70,74 ****
if ( !( ( $mx_block->auth_view && $mx_block->show_block ) || $mx_block->auth_mod ) )
{
! echo('sNot authorized - 4');
return;
}
--- 70,74 ----
if ( !( ( $mx_block->auth_view && $mx_block->show_block ) || $mx_block->auth_mod ) )
{
! echo('Not authorized - 4');
return;
}
|