Source for file onlineedit.phpinc

Documentation is available at onlineedit.phpinc

  1. <?php
  2. /**
  3.   * INCLUDES CMS ONLINE EDIT
  4.   *
  5.   * @project    Open CSP-Management
  6.   * @package    cms
  7.   *
  8.   * @author     Peter Krebs (pk)<pit@crewboerse.at>
  9.   * @copyright  (c) 2005 by Peter Krebs
  10.   * @license    http://opensource.org/licenses/gpl-license.php GNU Public License
  11.   *
  12.   ***/
  13.   
  14. if (is_object($GLOBALS['USER']&& (!$GLOBALS['USER']->isPublic())) {
  15.     if (!is_object($GLOBALS['CURRENT_PROJ'])) {
  16.         $GLOBALS['CURRENT_PROJ']=new CMS_PROJECT();
  17.         $GLOBALS['CURRENT_PROJ']->populateFromEnv(FALSE,$debug);
  18.     }
  19.  
  20.     echo $GLOBALS['CURRENT_PROJ']->getEditTag($GLOBALS['USER'],$debug);
  21. }
  22. ?>

Documentation generated on Thu, 08 Jan 2009 17:47:35 +0100 by phpDocumentor 1.4.0a2