derick          Tue Apr  3 12:32:27 2001 EDT

  Modified files:              
    /phpdoc     make_chm.php 
  Log:
  - Fixed this one so that the bzip2 thing works ok too
  
  
Index: phpdoc/make_chm.php
diff -u phpdoc/make_chm.php:1.9 phpdoc/make_chm.php:1.10
--- phpdoc/make_chm.php:1.9     Sat Feb  3 03:04:01 2001
+++ phpdoc/make_chm.php Tue Apr  3 12:32:26 2001
@@ -171,7 +171,7 @@
   for ($i = 0; $i < count ($index_a); $i++) {
 
     /* Chapters */
-    if (ereg (">[IVX]+\.\ <A", $index_a[$i]) && !ereg ("HREF=\"ref\.[a-z]+\.html", 
$index_a[$i+1])) {
+    if (ereg (">[IVX]+\.\ <A", $index_a[$i]) && !ereg ("HREF=\"ref\.[a-z0-9]+\.html", 
+$index_a[$i+1])) {
 
       $new_list = 1;
       if ($not_closed == 1) { echo "\n  </UL>\n"; }


Reply via email to