Mercurial > defr > drupal > core
comparison modules/update/update.install @ 11:589fb7c02327 6.5
Drupal 6.5
| author | Franck Deroche <webmaster@defr.org> | 
|---|---|
| date | Tue, 23 Dec 2008 14:32:19 +0100 | 
| parents | c1f4ac30525a | 
| children | 3edae6ecd6c6 | 
   comparison
  equal
  deleted
  inserted
  replaced
| 10:6f15c9d74937 | 11:589fb7c02327 | 
|---|---|
| 1 <?php | 1 <?php | 
| 2 // $Id: update.install,v 1.4 2008/02/03 18:38:14 goba Exp $ | 2 // $Id: update.install,v 1.4.2.1 2008/08/28 08:14:56 dries Exp $ | 
| 3 | 3 | 
| 4 /** | 4 /** | 
| 5 * Implementation of hook_install(). | 5 * Implementation of hook_install(). | 
| 6 */ | 6 */ | 
| 7 function update_install() { | 7 function update_install() { | 
| 39 $schema['cache_update']['description'] = t('Cache table for the Update module to store information about available releases, fetched from central server.'); | 39 $schema['cache_update']['description'] = t('Cache table for the Update module to store information about available releases, fetched from central server.'); | 
| 40 return $schema; | 40 return $schema; | 
| 41 } | 41 } | 
| 42 | 42 | 
| 43 /** | 43 /** | 
| 44 * Private helper to clear out stale variables from update_status 5.x contrib. | 44 * Private helper to clear out stale variables from update_status 5.x contrib. | 
| 45 * | 45 * | 
| 46 * @see update_install() | 46 * @see update_install() | 
| 47 * @see update_update_6000() | 47 * @see update_update_6000() | 
| 48 */ | 48 */ | 
| 49 function _update_remove_update_status_variables() { | 49 function _update_remove_update_status_variables() { | 
