phpgroupware-cvs
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

[Phpgroupware-cvs] CVS: headlines/setup default_records.inc.php,1.3,1.4


From: Miles Lott <address@hidden>
Subject: [Phpgroupware-cvs] CVS: headlines/setup default_records.inc.php,1.3,1.4
Date: Mon, 04 Mar 2002 02:18:48 -0500

Update of /cvsroot/phpgroupware/headlines/setup
In directory subversions:/tmp/cvs-serv10143/./headlines/setup

Modified Files:
        default_records.inc.php 
Log Message:
Use only the phpgw_setup->oProc object



Index: default_records.inc.php
===================================================================
RCS file: /cvsroot/phpgroupware/headlines/setup/default_records.inc.php,v
retrieving revision 1.3
retrieving revision 1.4
diff -C2 -r1.3 -r1.4
*** default_records.inc.php     23 Sep 2001 12:07:50 -0000      1.3
--- default_records.inc.php     4 Mar 2002 07:18:45 -0000       1.4
***************
*** 12,26 ****
        /* $Id$ */
  
!       $oProc->query("insert into phpgw_headlines_sites 
(display,base_url,newsfile,lastread,newstype,cachetime,listings) values 
('Slashdot','http://slashdot.org','/slashdot.rdf',0,'rdf',60,20)");
!       $oProc->query("insert into phpgw_headlines_sites 
(display,base_url,newsfile,lastread,newstype,cachetime,listings) values 
('Freshmeat','http://freshmeat.net','/backend/fm.rdf',0,'fm',60,20)");
!       $oProc->query("insert into phpgw_headlines_sites 
(display,base_url,newsfile,lastread,newstype,cachetime,listings) values 
('Linux&nbsp;Today','http://linuxtoday.com','/backend/linuxtoday.xml',0,'lt',60,20)");
!       $oProc->query("insert into phpgw_headlines_sites 
(display,base_url,newsfile,lastread,newstype,cachetime,listings) values 
('Linux&nbsp;Game&nbsp;Tome','http://happypenguin.org','/html/news.rdf',0,'rdf',60,20)");
!       $oProc->query("insert into phpgw_headlines_sites 
(display,base_url,newsfile,lastread,newstype,cachetime,listings) values 
('linux-at-work.de','http://linux-at-work.de','/backend.php',0,'rdf',60,20)");
!       $oProc->query("insert into phpgw_headlines_sites 
(display,base_url,newsfile,lastread,newstype,cachetime,listings) values 
('Segfault','http://segfault.org','/stories.xml',0,'sf',60,20)");
!       $oProc->query("insert into phpgw_headlines_sites 
(display,base_url,newsfile,lastread,newstype,cachetime,listings) values 
('KDE&nbsp;News','http://www.kde.org','/news/kdenews.rdf',0,'rdf',60,20)");
!       $oProc->query("insert into phpgw_headlines_sites 
(display,base_url,newsfile,lastread,newstype,cachetime,listings) values 
('Gnome&nbsp;News','http://news.gnome.org','/gnome-news/rdf',0,'rdf',60,20)");
!       $oProc->query("insert into phpgw_headlines_sites 
(display,base_url,newsfile,lastread,newstype,cachetime,listings) values 
('Gimp&nbsp;News','http://www.xach.com','/gimp/news/channel.rdf',0,'rdf-chan',60,20)");
!       $oProc->query("insert into phpgw_headlines_sites 
(display,base_url,newsfile,lastread,newstype,cachetime,listings) values 
('Mozilla','http://www.mozilla.org','/news.rdf',0,'rdf-chan',60,20)");
!       $oProc->query("insert into phpgw_headlines_sites 
(display,base_url,newsfile,lastread,newstype,cachetime,listings) values 
('MozillaZine','http://www.mozillazine.org','/contents.rdf',0,'rdf',60,20)");
!       $oProc->query("insert into phpgw_headlines_sites 
(display,base_url,newsfile,lastread,newstype,cachetime,listings) values 
('phpgw.de - deutsche PHPGroupware 
Seite','http://phpgw.de','/backend.php',0,'rdf',60,20)");
! ?>
\ No newline at end of file
--- 12,26 ----
        /* $Id$ */
  
!       $GLOBALS['phpgw_setup']->oProc->query("insert into 
phpgw_headlines_sites 
(display,base_url,newsfile,lastread,newstype,cachetime,listings) values 
('Slashdot','http://slashdot.org','/slashdot.rdf',0,'rdf',60,20)");
!       $GLOBALS['phpgw_setup']->oProc->query("insert into 
phpgw_headlines_sites 
(display,base_url,newsfile,lastread,newstype,cachetime,listings) values 
('Freshmeat','http://freshmeat.net','/backend/fm.rdf',0,'fm',60,20)");
!       $GLOBALS['phpgw_setup']->oProc->query("insert into 
phpgw_headlines_sites 
(display,base_url,newsfile,lastread,newstype,cachetime,listings) values 
('Linux&nbsp;Today','http://linuxtoday.com','/backend/linuxtoday.xml',0,'lt',60,20)");
!       $GLOBALS['phpgw_setup']->oProc->query("insert into 
phpgw_headlines_sites 
(display,base_url,newsfile,lastread,newstype,cachetime,listings) values 
('Linux&nbsp;Game&nbsp;Tome','http://happypenguin.org','/html/news.rdf',0,'rdf',60,20)");
!       $GLOBALS['phpgw_setup']->oProc->query("insert into 
phpgw_headlines_sites 
(display,base_url,newsfile,lastread,newstype,cachetime,listings) values 
('linux-at-work.de','http://linux-at-work.de','/backend.php',0,'rdf',60,20)");
!       $GLOBALS['phpgw_setup']->oProc->query("insert into 
phpgw_headlines_sites 
(display,base_url,newsfile,lastread,newstype,cachetime,listings) values 
('Segfault','http://segfault.org','/stories.xml',0,'sf',60,20)");
!       $GLOBALS['phpgw_setup']->oProc->query("insert into 
phpgw_headlines_sites 
(display,base_url,newsfile,lastread,newstype,cachetime,listings) values 
('KDE&nbsp;News','http://www.kde.org','/news/kdenews.rdf',0,'rdf',60,20)");
!       $GLOBALS['phpgw_setup']->oProc->query("insert into 
phpgw_headlines_sites 
(display,base_url,newsfile,lastread,newstype,cachetime,listings) values 
('Gnome&nbsp;News','http://news.gnome.org','/gnome-news/rdf',0,'rdf',60,20)");
!       $GLOBALS['phpgw_setup']->oProc->query("insert into 
phpgw_headlines_sites 
(display,base_url,newsfile,lastread,newstype,cachetime,listings) values 
('Gimp&nbsp;News','http://www.xach.com','/gimp/news/channel.rdf',0,'rdf-chan',60,20)");
!       $GLOBALS['phpgw_setup']->oProc->query("insert into 
phpgw_headlines_sites 
(display,base_url,newsfile,lastread,newstype,cachetime,listings) values 
('Mozilla','http://www.mozilla.org','/news.rdf',0,'rdf-chan',60,20)");
!       $GLOBALS['phpgw_setup']->oProc->query("insert into 
phpgw_headlines_sites 
(display,base_url,newsfile,lastread,newstype,cachetime,listings) values 
('MozillaZine','http://www.mozillazine.org','/contents.rdf',0,'rdf',60,20)");
!       $GLOBALS['phpgw_setup']->oProc->query("insert into 
phpgw_headlines_sites 
(display,base_url,newsfile,lastread,newstype,cachetime,listings) values 
('phpgw.de - deutsche PHPGroupware 
Seite','http://phpgw.de','/backend.php',0,'rdf',60,20)");
! ?>




reply via email to

[Prev in Thread] Current Thread [Next in Thread]