iliaa           Wed Feb  9 17:48:14 2005 EDT

  Modified files:              
    /livedocs   livedoc_funcs.php 
  Log:
  Added anchors to notes.
  
  
  
http://cvs.php.net/diff.php/livedocs/livedoc_funcs.php?r1=1.24&r2=1.25&ty=u
Index: livedocs/livedoc_funcs.php
diff -u livedocs/livedoc_funcs.php:1.24 livedocs/livedoc_funcs.php:1.25
--- livedocs/livedoc_funcs.php:1.24     Wed Feb  9 17:37:51 2005
+++ livedocs/livedoc_funcs.php  Wed Feb  9 17:48:14 2005
@@ -309,7 +309,7 @@
                        $the_note
                 );
 
-               $inner .= '<div class="usernote"><div class="noteheader"><span 
class="user">'.$note['who'].
+               $inner .= '<div class="usernote"><div class="noteheader"><a 
name="' . $note['id'] . '" /><span class="user">'.$note['who'].
                        ' (#'.$note['id'].')</span><br /><span 
class="when">'.$date.'</span></div>'.$the_note.'</div>';
        }
                

Reply via email to