From adccd45a5631752b6b0c7bbbe6405e96a28541b6 Mon Sep 17 00:00:00 2001 From: Aldrioth Date: Thu, 8 Sep 2011 10:07:59 +0000 Subject: [PATCH] 2011-09-08 Tomas Palacios * pandora_console/pandoradb.data.oracle.sql: fixed a typo in tnews git-svn-id: https://svn.code.sf.net/p/pandora/code/trunk@4927 c3f86ba8-e40f-0410-aaad-9ba5e7f4b01f --- pandora_console/pandoradb.data.oracle.sql | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/pandora_console/pandoradb.data.oracle.sql b/pandora_console/pandoradb.data.oracle.sql index 819234f17d..f27860f5a5 100644 --- a/pandora_console/pandoradb.data.oracle.sql +++ b/pandora_console/pandoradb.data.oracle.sql @@ -301,7 +301,7 @@ END;; -- BEGIN LOCK TABLE tnews IN EXCLUSIVE MODE; -INSERT INTO tnews (id_news, author, subject, text, timestamp) VALUES (1,'admin','Welcome to Pandora FMS 34.0','This is the new Pandora FMS Console. A lot of new features have been added since last version. Please read the documentation about it, and feel free to test any option.

The Pandora FMS Team.',current_timestamp); +INSERT INTO tnews (id_news, author, subject, text, timestamp) VALUES (1,'admin','Welcome to Pandora FMS 4.0','This is the new Pandora FMS Console. A lot of new features have been added since last version. Please read the documentation about it, and feel free to test any option.

The Pandora FMS Team.',current_timestamp); INSERT INTO tnews (id_news, author, subject, text, timestamp) VALUES (2,'admin','New Pandora FMS Agent Features','Feel free to test our new features for both Windows and Linux agents: Proxy and Broker modes.',current_timestamp); COMMIT; END;;