Closed (fixed)
Project:
Content Construction Kit (CCK)
Version:
5.x-1.5
Component:
content.module
Priority:
Normal
Category:
Support request
Assigned:
Unassigned
Reporter:
Created:
25 Jun 2007 at 12:37 UTC
Updated:
10 Jul 2007 at 00:45 UTC
As for me, everything works ok, so now it's just a support request.
// $Id: content.module,v 1.90.2.41 2007/06/13 00:34:26 yched Exp $
//...
function content_field($op, &$node, $field, &$node_field, $teaser, $page) {
// ... Line 361:
if ($field['multiple']) {
$result = db_query($query .' ORDER BY delta'. $compl, $node->vid);
}
//...
'$compl' is uninitialized before and after this code execution.
Whereof? =-0
Comments
Comment #1
yched commentedPerfectly true - that $comp variable is probably a leftover from some experiments I made there.
Fixed in all branches now.
Comment #2
(not verified) commented