Changeset 1319


Ignore:
Timestamp:
2007/02/20 17:25:39 (17 years ago)
Author:
uehara
Message:
 
File:
1 edited

Legend:

Unmodified
Added
Removed
  • temp/test-xoops.ec-cube.net/html/modules/newbb/post.php

    r1317 r1319  
    164164            $forumpost->setUid($uid); 
    165165        } 
    166         $subject = xoops_trim($_POST['subject']); 
    167         $subject = ($subject == '') ? _NOTITLE : $subject; 
     166        //$subject = xoops_trim($_POST['subject']); 
     167        $subject = ($_POST['subject'] == '') ? _NOTITLE : $subject; 
    168168        $forumpost->setSubject($subject); 
    169169        $forumpost->setText($_POST['message']); 
Note: See TracChangeset for help on using the changeset viewer.