Changeset 237

Show
Ignore:
Timestamp:
01/05/07 15:18:11 (2 years ago)
Author:
Gregor
Message:

edit.php: Fixed a problem with editing multi-line segments.

Files:

Legend:

Unmodified
Added
Removed
Modified
Copied
Moved
  • branches/dsss-smi/edit.php

    r236 r237  
    8989    $indat = stripslashes(stripslashes($indat)); 
    9090    $indat = escapeshellcmd($indat); 
     91    $indat = str_replace("\\\n", "\n", $indat); 
    9192    $inlines = explode("\n", $indat); 
    9293    foreach ($inlines as $line) {