From: Janusz Dobrowolski Date: Fri, 18 Jul 2008 22:49:25 +0000 (+0000) Subject: Fixed typo X-Git-Tag: v2.4.2~19^2~1907 X-Git-Url: https://delta.frontaccounting.com/gitweb/?a=commitdiff_plain;h=ed8370f442ce61d7693240018700e23e0c418761;p=fa-stable.git Fixed typo --- 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