/[drupal]/contributions/modules/dbcron/dbcron.install
ViewVC logotype

Contents of /contributions/modules/dbcron/dbcron.install

Parent Directory Parent Directory | Revision Log Revision Log | View Revision Graph Revision Graph


Revision 1.1 - (show annotations) (download) (as text)
Sun Jan 22 06:18:01 2006 UTC (3 years, 10 months ago) by jaza
Branch: MAIN
CVS Tags: HEAD
File MIME type: text/x-php
- Updated DB Cron schema to support UTF-8 changes.
- Updates category and related modules to support UTF-8 changes.
- Changed primary key fields in category_legacy DB table.
1 <?php
2 // $Id$
3
4 /**
5 * @file
6 * Update file for the dbcron module. All functions in this file are
7 * implementations of hook_update_N(), unless indicated otherwise.
8 */
9
10 function dbcron_update_1() {
11 return _system_update_utf8(array('dbcron'));
12 }

  ViewVC Help
Powered by ViewVC 1.1.2