goba            Thu Sep  2 15:33:25 2004 EDT

  Modified files:              
    /livedocs   livedoc_funcs.php 
  Log:
  wups, this is 9 chars, not 3
  
http://cvs.php.net/diff.php/livedocs/livedoc_funcs.php?r1=1.15&r2=1.16&ty=u
Index: livedocs/livedoc_funcs.php
diff -u livedocs/livedoc_funcs.php:1.15 livedocs/livedoc_funcs.php:1.16
--- livedocs/livedoc_funcs.php:1.15     Thu Sep  2 15:26:01 2004
+++ livedocs/livedoc_funcs.php  Thu Sep  2 15:33:25 2004
@@ -362,7 +362,7 @@
                        }
 
                        // Do not go into listing functions on refgroup pages
-                       if (!(strncmp($current_page, 'refs.', 5) == 0 && 
strncmp($row[1], 'function.', 3) != 0)) {
+                       if (!(strncmp($current_page, 'refs.', 5) == 0 && 
strncmp($row[1], 'function.', 9) != 0)) {
                                // Go very deep on refgroup pages
                                if (strncmp($row[1], 'refs.', 5) == 0 || ($level < 2 
&& strncmp($row[1], 'ref', 3)) ||  $level < 1) {
                                        $ret .= do_contents($row[0], $level + 1);

Reply via email to