HELP! MySQL changing dates after Updates

wxdqz

New Member
Help!

I'm using MySQL for calendar stuff, and I'm using the following query to update a single digit where neccessary, unrelated to the date information.

"UPDATE events SET b_status=0 WHERE cid IN(16)"

When I do this, my TIMESTAMP column updates to the current time and screws up the calendar based upon it!

Any ideas?

Thanks,
B
 
Back
Top