ID:              30319
 User updated by: [EMAIL PROTECTED]
 Reported By:     [EMAIL PROTECTED]
 Status:          Open
 Bug Type:        Livedocs problem
 PHP Version:     Irrelevant
 New Comment:

Here's the patch formatted correctly:

http://www.powertrip.co.za/livedocs/viewpatch.php?patch=8


Previous Comments:
------------------------------------------------------------------------

[2004-10-04 13:49:09] [EMAIL PROTECTED]

Description:
------------
This patch adds the Note ID to the user notes. This allows users to
properly reference a note in other notes, emails, irc conversations
etc.

Expected result:
----------------
--- C:\Documents and Settings\Aidan Lister\Local
Settings\Temp\TCV80.tmp\livedoc_funcs.1.10.php  Sun Aug 15 07:41:37
2004
+++ E:\cvs\livedocs\livedoc_funcs.php   Wed Sep 08 09:43:51 2004
@@ -258,7 +258,7 @@
                $the_note = format_listing($node);
 
                $inner .= '
'.$note['who']. - '
'.$date.'
'.$the_note.'
';
+                               ' (#'.$note['id'].')
'.$date.''.$the_note.'';
        }
                
        return $inner . "";



------------------------------------------------------------------------


-- 
Edit this bug report at http://bugs.php.net/?id=30319&edit=1

Reply via email to