6.0.0-beta1
10/22/25

[#206] leading whitespace removed for block comments
Summary leading whitespace removed for block comments
Queue Chora
Queue Version HEAD
Type Bug
State Resolved
Priority 2. Medium
Owners
Requester danielc (at) analysisandsolutions (dot) com
Created 05/21/2004 (7824 days ago)
Due
Updated 07/21/2011 (5207 days ago)
Assigned
Resolved 05/22/2004 (7823 days ago)
Github Issue Link
Github Pull Request
Milestone
Patch No

History
07/21/2011 01:42:56 PM CVS Commit Comment #4 Reply to this comment
Changes have been made in CVS for this ticket:

Fix subpath reset after renaming (Kolab Systems Bug #206)
http://cvs.horde.org/diff.php/framework/Kolab_Storage/lib/Horde/Kolab/Storage/Attic/Folder.php?rt=horde&r1=1.7.2.23&r2=1.7.2.24&ty=u
05/22/2004 03:08:37 AM Chuck Hagenbuch Comment #3
State ⇒ Resolved
Reply to this comment
Fixed in CVS. I'll see about updating cvs.php.net at some point when I 
have a chance.
05/21/2004 10:03:50 PM danielc (at) analysisandsolutions (dot) com Comment #2 Reply to this comment
I see the same issue arises when viewing this bug.
05/21/2004 10:02:45 PM danielc (at) analysisandsolutions (dot) com Comment #1
State ⇒ Unconfirmed
Priority ⇒ 2. Medium
Type ⇒ Bug
Queue ⇒ Chora
Reply to this comment
When a block comment starts at the first column and the subsequent 
asterisks are in the second column, the whitespace from the first 
column is stripped.



DB.php, versio 1.58, lines 31 through 37, actual file:

/*

  * The method mapErrorCode in each DB_dbtype implementation maps

  * native error codes to one of these.

  *

  * If you add an error code here, make sure you also add a textual

  * version of it in DB::errorMessage().

  */



What's visible via http://cvs.php.net/co.php/pear/DB/DB.php?r=1.58

/*

* The method mapErrorCode in each DB_dbtype implementation maps

* native error codes to one of these.

*

* If you add an error code here, make sure you also add a textual

* version of it in DB::errorMessage().

*/


Saved Queries