Date: 07/12/00
- Next message: iwtl <email protected>: "[PHP-DEV] PHP 4.0 Bug #5567: Missing source files"
- Previous message: waldschrott: "[PHP-DEV] @ all Homesite(win) users,"
- In reply to: waldschrott: "[PHP-DEV] @ all Homesite(win) users,"
- Messages sorted by: [ date ] [ thread ] [ subject ] [ author ]
accidentally I´ve duplicated a condition... (it´ll work anyway though)
it should be
FROM:
if ( bScanVB && ((arWords[0].toLowerCase() == 'sub') ||
(arWords[0].toLowerCase() == 'function') ) ) {
TO:
if ( bScanVB && ((arWords[0].toLowerCase() == 'sub') ||
(arWords[0].toLowerCase() == 'function') || (arWords[0].toLowerCase() == 'class')) ) {
-- o----------0-¬---------O-·---¬----o---®-----o o O ° . | http://www.kiffen.de | pRoteçt y0ur bRaín |0 O ° ¤ ° · 0°·³°²'²³-¹'³´³°^°³~³²³°'³²²¨³²^³¹³²°²³`³º³°Þ ° o © ° . · | psychedelic experience | gott <email protected> | O ° o ° o-¬--o--0-----©-·--O-----o-----0-¤----------o 0 ° · ° . ¤ ·-- PHP Development Mailing List <http://www.php.net/> To unsubscribe, e-mail: php-dev-unsubscribe <email protected> For additional commands, e-mail: php-dev-help <email protected> To contact the list administrators, e-mail: php-list-admin <email protected>
- Next message: iwtl <email protected>: "[PHP-DEV] PHP 4.0 Bug #5567: Missing source files"
- Previous message: waldschrott: "[PHP-DEV] @ all Homesite(win) users,"
- In reply to: waldschrott: "[PHP-DEV] @ all Homesite(win) users,"
- Messages sorted by: [ date ] [ thread ] [ subject ] [ author ]

