Changeset 5195

Show
Ignore:
Timestamp:
11/02/07 18:17:10 (1 year ago)
Author:
p_lindheimer
Message:

Merged revisions 5194 via svnmerge from
http://svn.freepbx.org/freepbx/branches/2.3

........

r5194 | p_lindheimer | 2007-11-02 18:15:50 -0700 (Fri, 02 Nov 2007) | 1 line


#2373 remove unimportant warning

........

Files:

Legend:

Unmodified
Added
Removed
Modified
Copied
Moved
  • freepbx/trunk

    • Property svnmerge-integrated changed from /freepbx/branches/2.3:1-4129,4131,4133-4134,4136-4995,5088,5135,5140 to /freepbx/branches/2.3:1-4129,4131,4133-4134,4136-4995,5088,5135,5140,5194
  • freepbx/trunk/amp_conf/htdocs/admin/functions.inc.php

    r5089 r5195  
    14131413        function tagOpen($parser, $name, $attrs) { 
    14141414                $tag=array("name"=>$name,"attrs"=>$attrs);  
    1415                 array_push($this->arrOutput,$tag); 
     1415                @array_push($this->arrOutput,$tag); 
    14161416        } 
    14171417