Letractively / osclass

Automatically exported from code.google.com/p/osclass
0 stars 0 forks source link

dt_pub_date in %st_item_comment is empty #68

Closed GoogleCodeExporter closed 8 years ago

GoogleCodeExporter commented 8 years ago
What steps will reproduce the problem?
1. Add comment for the item.
2. Select records from mysql.
mysql> select * from  osc2_t_item_comment\G;
*************************** 1. row ***************************
       pk_i_id: 1
  fk_i_item_id: 2
   dt_pub_date: 0000-00-00 00:00:00 <--- EMPTY!
       s_title: 
 s_author_name: my_name
s_author_email: my_name@my_name.com
        s_body: I like it!
      e_status: ACTIVE
1 row in set (0.00 sec)

What is the expected output? What do you see instead?
I expect to have dt_pub_date :)

Original issue reported on code.google.com by max.podu...@gmail.com on 12 Apr 2010 at 8:58

GoogleCodeExporter commented 8 years ago
Fixed!

Original comment by santiago...@gmail.com on 13 Apr 2010 at 8:50