typo in line 169
nath - November 27, 2008 - 13:27
| Project: | CCK Node Reference ASM Select |
| Version: | 5.x-1.0-rc3 |
| Component: | Code |
| Category: | bug report |
| Priority: | normal |
| Assigned: | Unassigned |
| Status: | duplicate |
Jump to:
Description
In line 169 of nodereference_asmselect.module:
case 'tid';
This has to be:
case 'tid':

#1
Ups...