Changeset 15048
- Timestamp:
- 02/16/08 17:39:45 (10 months ago)
- Files:
-
- branches/MidCOM_2_8/build/packageMidCOM.php (modified) (1 diff)
- branches/MidCOM_2_8/pl.olga.tellafriend/config/manifest.inc (modified) (1 diff)
Legend:
- Unmodified
- Added
- Removed
- Modified
- Copied
- Moved
branches/MidCOM_2_8/build/packageMidCOM.php
r15027 r15048 533 533 else 534 534 { 535 $data .= "' {$val}'";535 $data .= "'" . str_replace("'", "\\'", $val) . "'"; 536 536 } 537 537 } branches/MidCOM_2_8/pl.olga.tellafriend/config/manifest.inc
r15034 r15048 7 7 ( 8 8 'summary' => 'Tell a friend', 9 'description' => 'A library for 'notify a friend' feature.',9 'description' => 'A library for \'notify a friend\' feature.', 10 10 'maintainers' => array 11 11 (
