phptest-users
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

Re: [Phptest-users] error in test header


From: Leif Gregory
Subject: Re: [Phptest-users] error in test header
Date: Fri, 27 Feb 2004 15:21:51 -0700

Hello Leif,

Friday, February 27, 2004, 1:05:49 PM, you wrote:
dmvn>> 1. How/where can I change the years for the start/finish of a
dmvn>> test? The last year available is 2004.

LG> Not sure about this one as I haven't looked.


Ok, took a quick peek to find out where it was deriving its values
from.

1. Edit Include/ccalendar.inc.php
2. Modify line 151 to below:

        for ($i = 2002; $i < 2010; $i++) {

This will give you up to year 2009

        for ($i = 2002; $i < 2021; $i++) {

This will give you up to year 2020



Cheers,
Leif Gregory 

-- 
TB Lists Moderator (and fellow registered end-user)
PCWize Editor  /  ICQ 216395  /  PGP Key ID 0x7CD4926F
Web Site <http://www.PCWize.com>






reply via email to

[Prev in Thread] Current Thread [Next in Thread]