source: trunk/news_admin/setup/default_records.inc.php @ 45

Revision 45, 1018 bytes checked in by niltonneto, 17 years ago (diff)

Implementação do FCKEDITOR na edição de artigos no news_admin, para permitir texto rico.

  • Property svn:eol-style set to native
  • Property svn:executable set to *
Line 
1<?php
2  /**************************************************************************\
3  * eGroupWare - Setup                                                       *
4  * http://www.egroupware.org                                              *
5  * --------------------------------------------                             *
6  *  This program is free software; you can redistribute it and/or modify it *
7  *  under the terms of the GNU General Public License as published by the   *
8  *  Free Software Foundation; either version 2 of the License, or (at your  *
9  *  option) any later version.                                              *
10  \**************************************************************************/
11
12  /* $Id$ */
13
14//      $oProc->query("DELETE FROM phpgw_news");
15//      $oProc->query("INSERT INTO phpgw_news (news_date,news_subject,news_submittedby,news_content,news_status) "
16//              . "VALUES ('" . time()
17//              . "','Sample news item','1','This is a sample item to show what this program does.','Active')");
18?>
Note: See TracBrowser for help on using the repository browser.