Commit 3003aa960a4cd0d789a6b276fa45325377c069f0

  • December 22, 2012 2:08

    Commit 3003aa9 on 7.x-1.x
    1870884: /comments.drush.inc
    ++++++-
    11 additions & 1 deletion
    Replacing commas in the output string.
    
    It's a comma separated file, so I modified the output routine to
    search for commas and replace them with a space character. Not sure
    I like the formatting of the PHP (array() inside of an array_map()).