Changeset 884
- Timestamp:
- 09/03/08 03:30:38 (3 months ago)
- Location:
- plugins/hpm/trunk
- Files:
-
- 3 modified
-
habaripackage.php (modified) (1 diff)
-
habaripackages.php (modified) (1 diff)
-
hpm.plugin.php (modified) (1 diff)
Legend:
- Unmodified
- Added
- Removed
-
plugins/hpm/trunk/habaripackage.php
r881 r884 213 213 } 214 214 215 /** 216 * @todo there should be pre and post hooks 217 */ 215 218 private function trigger_hooks( $hook ) 216 219 { -
plugins/hpm/trunk/habaripackages.php
r881 r884 55 55 $package_list 56 56 ); 57 // @todo add message about number of obsolete packages deleted 57 58 } 58 59 else { -
plugins/hpm/trunk/hpm.plugin.php
r881 r884 85 85 } 86 86 Options::set( 'hpm__last_update', 1 ); 87 Options::set( 'hpm__repos', 'http:// mattread.com/packages' );87 Options::set( 'hpm__repos', 'http://habariproject.org/en/packages' ); 88 88 } 89 89 }
