ID:          30319
 Updated by:  [EMAIL PROTECTED]
 Reported By: [EMAIL PROTECTED]
-Status:      Open
+Status:      Closed
 Bug Type:    Livedocs problem
 PHP Version: Irrelevant
 Assigned To: ilia
 New Comment:

This bug has been fixed in CVS.

Snapshots of the sources are packaged every three hours; this change
will be in the next snapshot. You can grab the snapshot at
http://snaps.php.net/.
 
Thank you for the report, and for helping us make PHP better.




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

[2004-10-04 13:59:38] [EMAIL PROTECTED]

Here's the patch formatted correctly:

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

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

[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