Closed (fixed)
Project:
CCK Scorm Field
Version:
6.x-1.x-dev
Component:
Code
Priority:
Major
Category:
Bug report
Assigned:
Reporter:
Created:
18 Aug 2011 at 14:25 UTC
Updated:
26 Sep 2011 at 15:13 UTC
Hi All,
There is a simple issue in INSTALL file:
//mdl_scorm_seq_ruleconds table
$schema['scorm_seq_ruleconds '] = array(
'description' => t('mdl_scorm_seq_ruleconds table'),
'fields' => array(
'id' => array(
'type' => 'serial',
'size' => 'big',
'unsigned' => TRUE,
'not null' => TRUE,
),
Because of a space inside "$schema['scorm_seq_ruleconds ']", the Schema module mark this table as wrong.
Comments
Comment #1
pgerling commentedComment #2
pgerling commentedfixed in current dev build
Comment #3
pgerling commentedComment #4
pgerling commented