2010121602.php 243 B

1234567891011
  1. <?php
  2. /**
  3. * Create comment river view has been changed
  4. */
  5. $query = "UPDATE {$CONFIG->dbprefix}river
  6. SET view='river/annotation/generic_comment/create'
  7. WHERE view='annotation/annotate' AND action_type='comment'";
  8. update_data($query);