Changeset 3569
- Timestamp:
- 01/16/07 23:56:52 (2 years ago)
- Files:
-
- freepbx/branches/2.2 (modified) (1 prop)
- freepbx/branches/2.2/amp_conf/htdocs/admin/functions.inc.php (modified) (1 diff)
Legend:
- Unmodified
- Added
- Removed
- Modified
- Copied
- Moved
freepbx/branches/2.2
- Property svnmerge-integrated changed from /freepbx/trunk:1-3224,3231,3245-3246,3291-3295,3297,3299-3332,3336,3338-3365,3367-3373,3375-3388,3390-3391,3393-3395,3419 to /freepbx/trunk:1-3224,3231,3245-3246,3291-3295,3297,3299-3332,3336,3338-3365,3367-3373,3375-3388,3390-3391,3393-3395,3419,3567
freepbx/branches/2.2/amp_conf/htdocs/admin/functions.inc.php
r3534 r3569 1681 1681 1682 1682 if (!in_array($modules[$modulename]['status'], array(MODULE_STATUS_NOTINSTALLED, MODULE_STATUS_NEEDUPGRADE))) { 1683 return array(_("This module is already installed.")); 1683 //return array(_("This module is already installed.")); 1684 // This isn't really an error, we just exit 1685 return true; 1684 1686 } 1685 1687
