[geeklog-cvs] Geeklog-1.x/sql mysql_tableanddata.php,1.209,1.210

Dirk Haun dhaun at qs1489.pair.com
Sun Jul 27 05:11:36 EDT 2008


Update of /cvsroot/geeklog/Geeklog-1.x/sql
In directory qs1489.pair.com:/tmp/cvs-serv48852/sql

Modified Files:
	mysql_tableanddata.php 
Log Message:
Renamed the syndication feed type "geeklog" to "article" since that's what they are nowadays


Index: mysql_tableanddata.php
===================================================================
RCS file: /cvsroot/geeklog/Geeklog-1.x/sql/mysql_tableanddata.php,v
retrieving revision 1.209
retrieving revision 1.210
diff -C2 -d -r1.209 -r1.210
*** mysql_tableanddata.php	13 Jul 2008 12:03:59 -0000	1.209
--- mysql_tableanddata.php	27 Jul 2008 09:11:31 -0000	1.210
***************
*** 319,323 ****
  CREATE TABLE {$_TABLES['syndication']} (
    fid int(10) unsigned NOT NULL auto_increment,
!   type varchar(30) NOT NULL default 'geeklog',
    topic varchar(48) NOT NULL default '::all',
    header_tid varchar(48) NOT NULL default 'none',
--- 319,323 ----
  CREATE TABLE {$_TABLES['syndication']} (
    fid int(10) unsigned NOT NULL auto_increment,
!   type varchar(30) NOT NULL default 'article',
    topic varchar(48) NOT NULL default '::all',
    header_tid varchar(48) NOT NULL default 'none',




More information about the geeklog-cvs mailing list