Diff for /ZSQLExtend/ZSQLExtend.py between versions 1.43 and 1.44

version 1.43, 2004/10/21 15:58:29 version 1.44, 2004/10/22 13:32:24
Line 18  def analyseIntSearch(word): Line 18  def analyseIntSearch(word):
   
     splitted=word.split("-")      splitted=word.split("-")
   
       if len(splitted)==1:
           return "="+splitted[0]
       
     if splitted[0]=="":      if splitted[0]=="":
         return "< "+splitted[1]          return "< "+splitted[1]
   

Removed from v.1.43  
changed lines
  Added in v.1.44


FreeBSD-CVSweb <freebsd-cvsweb@FreeBSD.org>