Changeset 5089
- Timestamp:
- 10/02/07 08:14:51 (1 year ago)
- Files:
-
- freepbx/trunk (modified) (1 prop)
- freepbx/trunk/amp_conf/htdocs/admin/functions.inc.php (modified) (1 diff)
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 2060 2060 } 2061 2061 } else { 2062 $errors[] = sprintf(_('Module %s is required.'), $ needed_module);2062 $errors[] = sprintf(_('Module %s is required.'), $matches[1]); 2063 2063 } 2064 2064 }
