For Programmers: Free Programming Magazines  


Home > Archive > PHP Documentation > May 2004 > cvs: livedocs / livedoc_funcs.php









You are viewing an archived Text-only version of the thread. To view this thread in it's original format and/or if you want to reply to this thread please [click here]

 

Author cvs: livedocs / livedoc_funcs.php
Wez Furlong

2004-05-26, 7:32 am

wez Wed May 26 05:25:52 2004 EDT

Modified files:
/livedocs livedoc_funcs.php
Log:
Fix overtuning.
Patch by Jakub Vrana
# ps: Jakub, please Cc: ilia directly if you spot another thing like this,
# as he is not subscribed to phpdoc@


http://cvs.php.net/diff.php/livedoc...1.4&r2=1.5&ty=u
Index: livedocs/livedoc_funcs.php
diff -u livedocs/livedoc_funcs.php:1.4 livedocs/livedoc_funcs.php:1.5
--- livedocs/livedoc_funcs.php:1.4 Tue May 25 16:15:03 2004
+++ livedocs/livedoc_funcs.php Wed May 26 05:25:52 2004
@@ -330,7 +330,7 @@
$func_name = str_replace('-', '_', $parts[4]);
$stag = "xref linkend=\"$id\"";
$etag = "xref";
- } else if (isset($parts[3])) {
+ } else if (isset($parts[3]) && !isset($parts[4])) {
$id = 'function.' . $parts[3];
$func_name = lookup_title($id);
} else {
Sponsored Links







Also available: Server administration forum archive | Web Design forum archive | Software forum archive | Hardware reviews archive

Copyright 2008 codecomments.com