From c514e3cd7ec377e8c50e06320db3560dcf01ccb6 Mon Sep 17 00:00:00 2001 From: Dries Buytaert Date: Sun, 10 Dec 2000 18:10:26 +0000 Subject: [PATCH] - a first file which uses blobs - as a test/debug case --- submit.php | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/submit.php b/submit.php index 269faea162a0..6e4512908769 100644 --- a/submit.php +++ b/submit.php @@ -4,7 +4,7 @@ function submit_enter() { global $anonymous, $categories, $allowed_html, $theme, $user; ### Guidlines: - $output .= block_get("submit_information"); + $output .= blob_get("submit_information"); ### Submission form: $output .= "
\n"; @@ -135,7 +135,7 @@ function submit_submit($subject, $abstract, $article, $category) { ### Display confirmation message: $theme->header(); - $theme->box("Thank you for your submission.", block_get("sumbit_confirmation")); + $theme->box("Thank you for your submission.", blob_get("sumbit_confirmation")); $theme->footer(); }