bjori Wed Apr 18 07:26:45 2007 UTC
Modified files:
/livedocs mkindex.php
Log:
Fix path/to/the/version.xml file
# Was moved in phpbook/docbook restructuring few months ago
http://cvs.php.net/viewvc.cgi/livedocs/mkindex.php?r1=1.47&r2=1.48&diff_format=u
Index: livedocs/mkindex.php
diff -u livedocs/mkindex.php:1.47 livedocs/mkindex.php:1.48
--- livedocs/mkindex.php:1.47 Sun Sep 18 14:04:27 2005
+++ livedocs/mkindex.php Wed Apr 18 07:26:45 2007
@@ -19,7 +19,7 @@
// | construct an index |
// +----------------------------------------------------------------------+
//
-// $Id: mkindex.php,v 1.47 2005/09/18 14:04:27 wez Exp $
+// $Id: mkindex.php,v 1.48 2007/04/18 07:26:45 bjori Exp $
/* just to be on the safe side */
@@ -169,7 +169,7 @@
function build_func_list() {
global $idx;
- $list = file_get_contents($GLOBALS['DOCS'] . DIRECTORY_SEPARATOR .
"xsl/version.xml");
+ $list = file_get_contents($GLOBALS['DOCS'] . DIRECTORY_SEPARATOR .
"phpbook/phpbook-xsl/version.xml");
$x = preg_match_all('@<function name=([\'"])([a-zA-Z0-9_]+)\\1
from=([\'"])(.+)[EMAIL PROTECTED]', $list, $matches);
$data = '';
for ($i = 0; $i < $x; $i++) {