Changeset 4044
- Timestamp:
- 09/11/06 15:21:52 (2 years ago)
- Files:
-
- trunk/support/pear-package.php (modified) (2 diffs)
Legend:
- Unmodified
- Added
- Removed
- Modified
- Copied
- Moved
trunk/support/pear-package.php
r3774 r4044 150 150 } 151 151 152 if (!array_key_exists('active', $person)) 153 { 154 $person['active'] = 'yes'; 155 } 156 152 157 $package['maintainers'] .= " 153 158 <{$person['role']}> … … 155 160 <user>{$username}</user> 156 161 <email>{$person['email']}</email> 157 <active> yes</active>162 <active>{$person['active']}</active> 158 163 </{$person['role']}> 159 164 ";
