Ignore:
Timestamp:
02/02/08 00:03:53 (5 years ago)
Author:
anarcat
Message:

add trivial code to display an RSS feed on the home page of users, feed can be changed in the variables panel

File:
1 edited

Legend:

Unmodified
Added
Removed
  • alternc/trunk/install/mysql.sql

    r1865 r2095  
    420420If this is set to 0 or a "false" string, it will be ignored.'); 
    421421 
     422INSERT IGNORE INTO `variable` (name, value, comment) VALUES ('rss_feed', 0, 
     423'This is an RSS feed that will be displayed on the users homepages when 
     424they log in. Set this to 0 or a "false" string to ignore.'); 
    422425-- 
    423426-- Table structure for table `dbusers` 
Note: See TracChangeset for help on using the changeset viewer.