You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@shindig.apache.org by "Guido Barosio (JIRA)" <ji...@apache.org> on 2008/09/11 02:28:44 UTC

[jira] Commented: (SHINDIG-587) Removal of some bogus control characters around the PHP code

    [ https://issues.apache.org/jira/browse/SHINDIG-587?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=12630046#action_12630046 ] 

Guido Barosio commented on SHINDIG-587:
---------------------------------------


// Some styling also found  the patch.

-                               foreach ($fields as $key => $present) {//TODO: Implement this!
-}
+                               foreach ($fields as $key => $present) {//TODO: Implement this!  
+                               }



> Removal of some bogus control characters around the PHP code
> ------------------------------------------------------------
>
>                 Key: SHINDIG-587
>                 URL: https://issues.apache.org/jira/browse/SHINDIG-587
>             Project: Shindig
>          Issue Type: Improvement
>          Components: Common Components (PHP)
>            Reporter: Guido Barosio
>            Priority: Trivial
>         Attachments: control-characters.patch
>
>
> Product of the mixed (dos/unix) environment of the community several ^M's have been found in the code. 
> This patch cleans up (what I think) are all of them in the php side. Haven't checked the code from the JAVA side yet, hopefully during this week.

-- 
This message is automatically generated by JIRA.
-
You can reply to this email to add a comment to the issue online.