Changeset 5719

Show
Ignore:
Timestamp:
04/10/08 15:56:44 (9 months ago)
Author:
inureyes
Message:

#900

  • 관련 문제 수정
Files:
1 modified

Legend:

Unmodified
Added
Removed
  • trunk/interface/owner/entry/finish/index.php

    r5582 r5719  
    4646    if ((isset($_POST['permalink'])) && ($_POST['permalink'] != '')) { 
    4747        $entry['slogan'] = $_POST['permalink']; 
    48     } 
     48    } else if($_POST['permalink'] == '') $entry['slogan'] = ''; 
    4949    $entry['acceptComment'] = empty($_POST['acceptComment']) ? 0 : 1; 
    5050    $entry['acceptTrackback'] = empty($_POST['acceptTrackback']) ? 0 : 1;