The SQL is invalid, instead of:

Code:
--------------------
    
  join customscan_track_attributes
  
--------------------

You should have:

Code:
--------------------
    
  join customscan_track_attributes on
  
--------------------


Was this SQL generated from one of the templates so the template also
might be incorrect ? Or did you modify this part yourself ?


-- 
erland

Erland Isaksson ('My homepage' (http://erland.isaksson.info))
(Developer of 'many plugins/applets'
(http://wiki.slimdevices.com/index.php/User:Erland). If my answer
helped you and you like to encourage future presence on this forum
and/or third party plugin/applet development, 'donations are always
appreciated' (http://erland.isaksson.info/donate))
------------------------------------------------------------------------
erland's Profile: http://forums.slimdevices.com/member.php?userid=3124
View this thread: http://forums.slimdevices.com/showthread.php?t=80666

_______________________________________________
plugins mailing list
[email protected]
http://lists.slimdevices.com/mailman/listinfo/plugins

Reply via email to