Closed (fixed)
Project:
Bibliography Module
Version:
6.x-1.0
Component:
Code
Priority:
Critical
Category:
Bug report
Assigned:
Unassigned
Reporter:
Created:
11 Mar 2009 at 09:54 UTC
Updated:
28 Mar 2009 at 23:40 UTC
Hello,
After updating to biblio 1.0 (from a beta or RC Candiate, dunno) , I get the following error when viewing the biblio-list:
Fatal error: Cannot break/continue 1 level in biblio.module on line 277
Comments
Comment #1
a.siebel commentedAddition:
I updated from Biblio RC 5 which was updated from D5
Comment #2
rjerome commentedCould you try deleting line 277 out of that file, it's the line with the "break;" on it below...
Lines 275 - 282 currently look like this...
Should look like this...
I believe a cut and paste from the 5.x version introduced that error.
Ron.
Comment #3
rjerome commentedComment #4
a.siebel commentedYes, deleting the line solved the problem.
thanks :-)
Comment #5
rjerome commentedI assumed it would and already incorporated it into the 1.1 release ;-)
Ron.