[Tickets] New ticket (206): leading whitespace removed for block comments

bugs at bugs.horde.org bugs at bugs.horde.org
Fri May 21 15:02:46 PDT 2004


DO NOT REPLY TO THIS MESSAGE. THIS EMAIL ADDRESS IS NOT MONITORED.

-Ticket 206
-Queue: Chora
-Created By: 

-Summary:
leading whitespace removed for block comments

Comment by danielc at analysisandsolutions.com on Fri May 21 15:02:45 2004
(today):
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().
*/


--


http://bugs.horde.org/details.php?id=206

-- 


More information about the bugs mailing list