Show
Ignore:
Timestamp:
07/27/07 08:03:46 (16 months ago)
Author:
mbonetti
Message:

when properties of a feed changed, mark it updatable

Files:
1 modified

Legend:

Unmodified
Added
Removed
  • trunk/gregarius/admin/channels.php

    r1738 r1745  
    703703        $sql = "update " .getTable("channels") 
    704704               ." set title='$title', url='$url', siteurl='$siteurl', " 
    705                ." parent=$parent, descr='$descr', icon='$icon' " 
     705               ." parent=$parent, descr='$descr', icon='$icon', " 
     706               ." daterefreshed = 1, etag = '' " 
    706707               ." $mode where id=$cid"; 
    707708