Changeset 15048

Show
Ignore:
Timestamp:
02/16/08 17:39:45 (10 months ago)
Author:
rambo
Message:

escape single quotes in manifest writer

Files:

Legend:

Unmodified
Added
Removed
Modified
Copied
Moved
  • branches/MidCOM_2_8/build/packageMidCOM.php

    r15027 r15048  
    533533                    else 
    534534                    { 
    535                         $data .= "'{$val}'"; 
     535                        $data .= "'" . str_replace("'", "\\'", $val) . "'"; 
    536536                    } 
    537537            } 
  • branches/MidCOM_2_8/pl.olga.tellafriend/config/manifest.inc

    r15034 r15048  
    77( 
    88    'summary' => 'Tell a friend', 
    9     'description' => 'A library for 'notify a friend' feature.', 
     9    'description' => 'A library for \'notify a friend\' feature.', 
    1010    'maintainers' => array 
    1111    (