From: [EMAIL PROTECTED]
Operating system:
PHP version: Irrelevant
PHP Bug Type: Livedocs problem
Bug description: Display the Note ID for user notes
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 bug report at http://bugs.php.net/?id=30319&edit=1
--
Try a CVS snapshot (php4): http://bugs.php.net/fix.php?id=30319&r=trysnapshot4
Try a CVS snapshot (php5.0): http://bugs.php.net/fix.php?id=30319&r=trysnapshot50
Try a CVS snapshot (php5.1): http://bugs.php.net/fix.php?id=30319&r=trysnapshot51
Fixed in CVS: http://bugs.php.net/fix.php?id=30319&r=fixedcvs
Fixed in release: http://bugs.php.net/fix.php?id=30319&r=alreadyfixed
Need backtrace: http://bugs.php.net/fix.php?id=30319&r=needtrace
Need Reproduce Script: http://bugs.php.net/fix.php?id=30319&r=needscript
Try newer version: http://bugs.php.net/fix.php?id=30319&r=oldversion
Not developer issue: http://bugs.php.net/fix.php?id=30319&r=support
Expected behavior: http://bugs.php.net/fix.php?id=30319&r=notwrong
Not enough info: http://bugs.php.net/fix.php?id=30319&r=notenoughinfo
Submitted twice: http://bugs.php.net/fix.php?id=30319&r=submittedtwice
register_globals: http://bugs.php.net/fix.php?id=30319&r=globals
PHP 3 support discontinued: http://bugs.php.net/fix.php?id=30319&r=php3
Daylight Savings: http://bugs.php.net/fix.php?id=30319&r=dst
IIS Stability: http://bugs.php.net/fix.php?id=30319&r=isapi
Install GNU Sed: http://bugs.php.net/fix.php?id=30319&r=gnused
Floating point limitations: http://bugs.php.net/fix.php?id=30319&r=float
MySQL Configuration Error: http://bugs.php.net/fix.php?id=30319&r=mysqlcfg