View the DQSD CVS repository here:
http://cvs.sourceforge.net/cgi-bin/viewcvs.cgi/dqsd/

Update of /cvsroot/dqsd/dqsd/searches
In directory sc8-pr-cvs1:/tmp/cvs-serv26897/searches

Modified Files:
        whatis.xml 
Log Message:
* Modified whatis to make sure it honors ? argument, i.e. now uses nullArgs function

Index: whatis.xml
===================================================================
RCS file: /cvsroot/dqsd/dqsd/searches/whatis.xml,v
retrieving revision 1.5
retrieving revision 1.6
diff -C2 -d -r1.5 -r1.6
*** whatis.xml  25 Oct 2002 16:59:04 -0000      1.5
--- whatis.xml  10 Dec 2003 17:52:17 -0000      1.6
***************
*** 19,24 ****
      function whatis(q)
      {
!       if (q == "")
!         openSearchWindow("http://whatis.techtarget.com/";);
        else
        {
--- 19,24 ----
      function whatis(q)
      {
!       if( nullArgs("whatis", q) )
!         return false;
        else
        {




-------------------------------------------------------
This SF.net email is sponsored by: IBM Linux Tutorials.
Become an expert in LINUX or just sharpen your skills.  Sign up for IBM's
Free Linux Tutorials.  Learn everything from the bash shell to sys admin.
Click now! http://ads.osdn.com/?ad_id=1278&alloc_id=3371&op=click
_______________________________________________
DQSD-CVS mailing list
https://lists.sourceforge.net/lists/listinfo/dqsd-cvs
DQSD CVS repository:
http://cvs.sourceforge.net/cgi-bin/viewcvs.cgi/dqsd/

Reply via email to