View Single Post
  #20 (permalink)  
Old 01-22-2007, 03:15 PM
bobby bobby is online now
Zimbra Employee
 
Posts: 515
Default

can't you just uncomment the append_string line that's already there?

Code:
#unless($new_id = $to->append_string($t_fold,$string, $flags_f, $d)){
unless($new_id = $to->append_file($t_fold, $message_file, $flags_f, $d)){
__________________
Search the Forums - Bugzilla - Wiki - Downloads
Reply With Quote