! -> Note
$ -> Affected files
+20-Apr-2008 Janusz Dobrowolski
+# Checking uniqueness of company settings, fixed creating database with prefix 0 when none was selected.
+$ /admin/create_coy.php
+! Added missing include_once directives.
+$ /includes/ui/items_cart.inc
+ /includes/ui/ui_lists.inc
+ /includes/ui/ui_view.inc
++ Added ini default_charset unnecessary for planned ajax calls.
+$ /includes/lang/language.inc
+
19-Apr.2008 Joe Hunt
# Bug (right to left text was done if price decimals were 3). A test sentense from a while
ago wasn't removed.
get_text::set_language($lang->code, $lang->encoding);
//get_text::add_domain("wa", $path_to_root . "/lang");
get_text::add_domain($lang->code, $path_to_root . "/lang");
+// Unnecessary for ajax calls.
+// Due to bug in php 4.3.10 for this version set globally in php4.ini
+ini_set('default_charset', $_SESSION['language']->encoding);
if (!function_exists("_"))
{
<?php
+include_once($path_to_root . "/inventory/includes/prefs/sysprefs.inc");
include_once($path_to_root . "/inventory/includes/inventory_db.inc");
class items_cart
<?php
include_once($path_to_root . "/includes/banking.inc");
+include_once($path_to_root . "/includes/reserved.inc");
+include_once($path_to_root . "/includes/types.inc");
define("DEFVAL", "--");
$search_button = "<input type='submit' class='combo_submit' style='border:0;background:url($path_to_root/themes/default/images/locate.png) no-repeat;' name='%s' value='?' title='"._("Search")."'> ";
<?php
include_once($path_to_root . "/admin/db/voiding_db.inc");
+include_once($path_to_root . "/includes/types.inc");
//--------------------------------------------------------------------------------------