[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"; }
|