From ed8370f442ce61d7693240018700e23e0c418761 Mon Sep 17 00:00:00 2001 From: Janusz Dobrowolski Date: Fri, 18 Jul 2008 22:49:25 +0000 Subject: [PATCH] Fixed typo --- admin/create_coy.php | 4 +--- 1 file changed, 1 insertion(+), 3 deletions(-) diff --git a/admin/create_coy.php b/admin/create_coy.php index a54ef45f..a7cae00c 100644 --- a/admin/create_coy.php +++ b/admin/create_coy.php @@ -14,7 +14,6 @@ page(_("Create/Update Company")); $comp_subdirs = array('images', 'pdf_files', 'backup','js_cache', 'reporting'); //--------------------------------------------------------------------------------------------- - if (isset($_GET['selected_id'])) { $selected_id = $_GET['selected_id']; @@ -310,7 +309,7 @@ function display_company_edit($selected_id) text_row_ex(_("New script Admin Password"), 'admpassword', 20); end_table(); - display_note(_("Choose from Database scripts in SQL folder. No Datase is created without a script."), 0, 1); + display_note(_("Choose from Database scripts in SQL folder. No Database is created without a script."), 0, 1); echo "
"; @@ -344,7 +343,6 @@ hyperlink_no_params($_SERVER['PHP_SELF'], _("Create a new company")); display_company_edit($selected_id); //--------------------------------------------------------------------------------------------- - end_page(); ?> \ No newline at end of file -- 2.30.2