diff modules/update/update.install @ 19:3edae6ecd6c6 6.9

Drupal 6.9
author Franck Deroche <franck@defr.org>
date Thu, 15 Jan 2009 10:15:56 +0100
parents 589fb7c02327
children
line wrap: on
line diff
--- a/modules/update/update.install	Tue Dec 23 14:32:55 2008 +0100
+++ b/modules/update/update.install	Thu Jan 15 10:15:56 2009 +0100
@@ -1,5 +1,5 @@
 <?php
-// $Id: update.install,v 1.4.2.1 2008/08/28 08:14:56 dries Exp $
+// $Id: update.install,v 1.4.2.2 2009/01/06 15:46:38 goba Exp $
 
 /**
  * Implementation of hook_install().
@@ -36,7 +36,7 @@
  */
 function update_schema() {
   $schema['cache_update'] = drupal_get_schema_unprocessed('system', 'cache');
-  $schema['cache_update']['description'] = t('Cache table for the Update module to store information about available releases, fetched from central server.');
+  $schema['cache_update']['description'] = 'Cache table for the Update module to store information about available releases, fetched from central server.';
   return $schema;
 }