From 6c42f30a0424cbf1c1af63f21d7f5074a4653c7a Mon Sep 17 00:00:00 2001 From: jhunkeler Date: Wed, 23 Dec 2009 01:58:08 +0000 Subject: (OC) tried fixing the insert in NewAdmin(), no luck git-svn-id: http://svn.3rd-infantry-division.org/testing/branches/Bayonet CMS v2@394 c5b2fb0a-d05d-0410-98c8-828840a80ff6 --- admin/news/index.php | 6 +++++- 1 file changed, 5 insertions(+), 1 deletion(-) (limited to 'admin/news/index.php') diff --git a/admin/news/index.php b/admin/news/index.php index 2b7dca1..43baf81 100644 --- a/admin/news/index.php +++ b/admin/news/index.php @@ -16,7 +16,12 @@ * You should have received a copy of the GNU General Public License * along with this program. If not, see . */ + ?> +

- Manage News

+ -Everything needs to be completed. + if(isset($_GET['edit'])){ $news_id = $_GET['edit']; EditNews($news_id); - return; } -- cgit