BUG 0000 Adjustment for the standardization of code. CODE_STYLE

This commit is contained in:
Hector Cortez
2013-03-14 15:50:49 -04:00
parent 229c49e9ef
commit 3a3c09dabd
7 changed files with 960 additions and 1021 deletions

View File

@@ -1,4 +1,5 @@
<?php
/**
* methodsPermissions.php
*
@@ -21,9 +22,8 @@
* For more information, contact Colosa Inc, 2566 Le Jeune Rd.,
* Coral Gables, FL, 33134, USA, or email info@colosa.com.
*/
$G_PUBLISH = new Publisher();
$G_PUBLISH->AddContent( 'view', 'tools/methodsPermissions' );
$G_PUBLISH->AddContent('view', 'tools/methodsPermissions');
G::RenderPage( 'publish' );
G::RenderPage('publish');