/[health_html]/inc/mnogo/parse.inc
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/mnogo/parse.inc

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

revision 1.1 by ravilov, Tue Sep 25 15:38:04 2001 UTC revision 1.2 by ravilov, Tue Oct 2 16:18:09 2001 UTC
# Line 235  function last_parse($q){ Line 235  function last_parse($q){
235    
236     if (eregi('db',$ispellmode) || eregi('text',$ispellmode)) check_words();     if (eregi('db',$ispellmode) || eregi('text',$ispellmode)) check_words();
237    
238     if (count($words)) $wordsinfo .= "looking for: ";     if (count($words)) $wordsinfo .= "Tražim: ";
239    
240     for ($i=0; $i<count($words); $i++) {     for ($i=0; $i<count($words); $i++) {
241        $word=$words[$i];        $word=$words[$i];

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

  ViewVC Help
Powered by ViewVC 1.1.26