Project

General

Profile

« Previous | Next » 

Revision 1717

Added by Dietmar about 12 years ago

! update droplets uninstall, upgrade
! add $database=WbDatabase::getInstance();
! update /examples/

View differences:

upgrade.php
24 24
	throw new IllegalFileException();
25 25
}
26 26
/* -------------------------------------------------------- */
27

  
27
$database=WbDatabase::getInstance();
28 28
$table_name = TABLE_PREFIX .'mod_droplets';
29 29
$description = 'INT NOT NULL default 0 ';
30 30
$database->field_add($table_name,'show_wysiwyg',$description.'AFTER `active`' );

Also available in: Unified diff