Chris Duguid wrote:
> Anyone have any suggestions for getting the final <category>
> to work on entries in localaliases.txt?

Chris,

I have checked in a fix for this.  Grab the latest loader.js from CVS or
change the line (~288) that looks like this:


arguments.length >= 2 ? category : ((fields.length >= 5 && fields[4] != "")
? fields[4] : null) );


...to this:


(fields.length >= 5 && fields[4] != "") ? fields[4] : ((arguments.length >=
2) ? category : null) );


The fix will be in the next release.



-------------------------------------------------------
This sf.net email is sponsored by:ThinkGeek
Bringing you mounds of caffeinated joy.
http://thinkgeek.com/sf
_______________________________________________
Dqsd-users mailing list
[EMAIL PROTECTED]
https://lists.sourceforge.net/lists/listinfo/dqsd-users
http://sourceforge.net/mailarchive/forum.php?forum_id=8601

Reply via email to