Changeset 58

Show
Ignore:
Timestamp:
06/28/05 03:11:26
Author:
hspath
Message:

fixed phpdoc @author tag(s)

Files:

Legend:

Unmodified
Added
Removed
Modified
Copied
Moved
  • trunk/extensions/var/patXMLRendererVarExtension.php

    r51 r58  
    66*       @access public 
    77*       @version        $Revision$ 
    8 *       @author         $Author$ 
     8*   @author     Stephan Schmidt <schst@php-tools.net> 
     9*   @author     Gerd Schaufelberger <gerd@php-tools.net> 
    910*       @package        patXMLRenderer 
    1011*/ 
     
    114115                                                return  $this->renderer->getVar( $varname ); 
    115116                                                break; 
     117                     
    116118                                        default: 
    117119                                                $scope  =       &$this->resolveScope( $attributes["SCOPE"] );