/[corp_html]/inc/class.swish.php
This is repository of my old source code which isn't updated any more. Go to git.rot13.org for current projects!
ViewVC logotype

Diff of /inc/class.swish.php

Parent Directory Parent Directory | Revision Log Revision Log | View Patch Patch

revision 1.1 by dpavlin, Wed Mar 27 16:00:18 2002 UTC revision 1.2 by dpavlin, Tue May 7 15:47:02 2002 UTC
# Line 141  class swish Line 141  class swish
141                          if(ereg("^err",$value))                          if(ereg("^err",$value))
142                          {                          {
143                                  $this->err = TRUE;                                  $this->err = TRUE;
144                                    if(ereg("^err: no results$",$value)) {
145                                            $this->number_results = -1;
146                                            $this->search_time = 0;
147                                            $this->run_time = 0;
148                                    }
149                                  break 1;                                  break 1;
150                          }                          }
151                                                    

Legend:
Removed from v.1.1  
changed lines
  Added in v.1.2

  ViewVC Help
Powered by ViewVC 1.1.26