/[locfinder]/locfinder/scripts/cull.php
ViewVC logotype

Diff of /locfinder/scripts/cull.php

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

revision 1.1 by yob, Fri Jan 24 10:45:17 2003 UTC revision 1.2 by yob, Fri Jan 24 12:02:40 2003 UTC
# Line 73  while ($loc_db->next_record()) { Line 73  while ($loc_db->next_record()) {
73    
74      }      }
75    
76        if ($count_warning_1)
77            write_log(1, "SYSTEM", "Node Cull", $count_warning_1 . " 1st Warnings");
78    
79        if ($count_warning_2)
80            write_log(1, "SYSTEM", "Node Cull", $count_warning_2 . " 2nd Warnings");
81    
82        if ($count_delete)
83            write_log(1, "SYSTEM", "Node Cull", $count_delete . " deletions");
84    
85  }  }
86    
87  ?>  ?>

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

savannah-hackers-public@gnu.org
ViewVC Help
Powered by ViewVC 1.1.26