Changeset 1320


Ignore:
Timestamp:
2007/02/20 19:30:01 (17 years ago)
Author:
uehara
Message:
 
File:
1 edited

Legend:

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

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