ASPN ActiveState Programmer Network
ActiveState
/ Home / Perl / PHP / Python / Tcl / XSLT /
/ Safari / My ASPN /
Cookbooks | Documentation | Mailing Lists | Modules | News Feeds | Products | User Groups


Recent Messages
List Archives
About the List
List Leaders
Subscription Options

View Subscriptions
Help

View by Topic
ActiveState
.NET Framework
Open Source
Perl
PHP
Python
Tcl
Web Services
XML & XSLT

View by Category
Database
General
SOAP
System Administration
Tools
User Interfaces
Web Programming
XML Programming


MyASPN >> Mail Archive >> phpdoc
phpdoc
[PHP-DOC] cvs: phpdoc / make_chm.php
by Derick Rethans other posts by this author
Apr 3 2001 7:32PM messages near this date
[PHP-DOC] FREE LEADS FOR OUR GROUP!! | [PHP-DOC] cvs: phpdoc /fr/functions sockets.xml
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", $inde
x_a[$i+1])) {
 
       $new_list = 1;
       if ($not_closed == 1) { echo "\n  </UL> \n"; }

Privacy Policy | Email Opt-out | Feedback | Syndication
© ActiveState Software Inc. All rights reserved