Modul update hiba
hi!
Egy modulhoz írnék update funkciót:
<?php function mymodule_update_1() { switch ($GLOBALS['db_type']) { case 'mysql': case 'mysqli': $items[] = update_sql("ALTER TABLE {myproducts} ADD COLUMN interface varchar(20) NOT NULL DEFAULT '' "); break; case 'pgsql': break; return $items; } } ?>
Meg is csinálja, ezzel nincs is gond, de az update után van 2 hibaüzenet, ami zavar:
"Drupal database update
* warning: array_merge() [function.array-merge]: Argument #2 is not an array in /var/www/html/drupal/update.php on line 174.