Changeset 5089

Show
Ignore:
Timestamp:
10/02/07 08:14:51 (1 year ago)
Author:
p_lindheimer
Message:

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

........

r5088 | p_lindheimer | 2007-10-02 08:13:28 -0700 (Tue, 02 Oct 2007) | 1 line


print missing module rawname when module info not available for dependencies

........

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 to /freepbx/branches/2.3:1-4129,4131,4133-4134,4136-4995,5088
  • freepbx/trunk/amp_conf/htdocs/admin/functions.inc.php

    r5068 r5089  
    20602060                                                                } 
    20612061                                                        } else { 
    2062                                                                 $errors[] = sprintf(_('Module %s is required.'), $needed_module); 
     2062                                                                $errors[] = sprintf(_('Module %s is required.'), $matches[1]); 
    20632063                                                        } 
    20642064                                                }