Line 57:

'title' => $('CCK'),

should be

'title' => $t('CCK'),

and line 70

function _emvideo_upgrade_from_video_cck() {\

should be

function _emvideo_upgrade_from_video_cck() {

Not worth rolling a patch for these, just somebody update 'em in HEAD before the next commit!

Comments

alex ua’s picture

Status: Active » Fixed

I committed these changes. Thanks!

Anonymous’s picture

Status: Fixed » Closed (fixed)

Automatically closed -- issue fixed for two weeks with no activity.