Open comx.xml using notepad.
Go near the end of the file.
Look for the following:

//special handling for the calvinandhobbes comic.. It displays for year 1993
in 2004
  if (args.switches[i].name == "calvinandhobbes") {
    var year_offset =-11;
    year += year_offset;
    subyear = year % 100; 
  }

Either delete that whole portion or comment it all out like this:

//special handling for the calvinandhobbes comic.. It displays for year 1993
in 2004
  //if (args.switches[i].name == "calvinandhobbes") {
    //var year_offset =-11;
    //year += year_offset;
    //subyear = year % 100; 
    //}


Save the file and then reload DQSD.


Enjoy!
JB



> -----Original Message-----
> From: [EMAIL PROTECTED] 
> [mailto:[EMAIL PROTECTED] On Behalf 
> Of Charlie Russel
> Sent: Saturday, January 13, 2007 10:57 AM
> To: DQSD users mailing list
> Subject: [DQSD-Users] comx: Calvin broken again...
> 
> Something seems to have broken Calvin and Hobbes again. I 
> tried changing the year offset, and restarting, but that 
> didn't fix it. So obviously I'm missing something here. I 
> know they're all repeats, but I miss my morning Calvin....
> 
> Charlie. 
> 
> --------------------------------------------------------------
> -----------
> Take Surveys. Earn Cash. Influence the Future of IT Join 
> SourceForge.net's Techsay panel and you'll get the chance to 
> share your opinions on IT & business topics through brief 
> surveys - and earn cash 
> http://www.techsay.com/default.php?page=join.php&p=sourceforge
> &CID=DEVDEV
> _______________________________________________
> To unsubscribe visit:
> https://lists.sourceforge.net/lists/listinfo/dqsd-users
> DQSD-Users@lists.sourceforge.net
> http://sourceforge.net/mailarchive/forum.php?forum_id=8601
> 


-------------------------------------------------------------------------
Take Surveys. Earn Cash. Influence the Future of IT
Join SourceForge.net's Techsay panel and you'll get the chance to share your
opinions on IT & business topics through brief surveys - and earn cash
http://www.techsay.com/default.php?page=join.php&p=sourceforge&CID=DEVDEV
_______________________________________________
To unsubscribe visit:
https://lists.sourceforge.net/lists/listinfo/dqsd-users
DQSD-Users@lists.sourceforge.net
http://sourceforge.net/mailarchive/forum.php?forum_id=8601

Reply via email to