| 1 |
<?php |
<?php |
| 2 |
// $Id: update_status_aggregator.install,v 1.5 2008/03/25 18:46:18 yrocq Exp $ |
// $Id: update_status_aggregator.install,v 1.6 2008/03/25 18:49:13 yrocq Exp $ |
| 3 |
/** |
/** |
| 4 |
* Implementation of hook_install(). |
* Implementation of hook_install(). |
| 5 |
*/ |
*/ |
| 6 |
|
|
| 7 |
|
// TODO |
| 8 |
|
|
| 9 |
|
/** |
| 10 |
|
* Ajouter |
| 11 |
|
* create table update_status_aggregator_site ( kid char(32) NOT NULL, name varchar(255), description varchar(255), url varchar(255), PRIMARY KEY (kid) ); |
| 12 |
|
*/ |
| 13 |
|
|
| 14 |
function update_status_aggregator_install() { |
function update_status_aggregator_install() { |
| 15 |
switch ($GLOBALS['db_type']) { |
switch ($GLOBALS['db_type']) { |
| 16 |
case 'mysql': |
case 'mysql': |