You are here

function heartbeat_update_7015 in Heartbeat 7

Remove table {heartbeat_translations} and making activity language independant.

File

./heartbeat.install, line 433
Installation file for the heartbeat module. @author Jochen Stals - Menhir - www.menhir.be

Code

function heartbeat_update_7015() {
  db_drop_table('heartbeat_translations');
}