Release 2.0.2
authorJoe Hunt <joe.hunt.consulting@gmail.com>
Tue, 23 Sep 2008 09:35:52 +0000 (09:35 +0000)
committerJoe Hunt <joe.hunt.consulting@gmail.com>
Tue, 23 Sep 2008 09:35:52 +0000 (09:35 +0000)
CHANGELOG.txt
config.php
install/save.php

index 95765db9b15d46f01038c3cb1880ebb42b8af19c..396ceab14a2dbf4a9b3b9ed6891cddaee0cff30d 100644 (file)
@@ -19,6 +19,13 @@ Legend:
 ! -> Note
 $ -> Affected files
 
+------------------------------- Release 2.0.2 --------------------------------------------
+23-Sep-2008 Joe Hunt
+! Release 2.0.2
+$ config.php
+! Increased time_out to 3 minutes.
+$ /install/save.php
+
 23-Sep-2008 Joe Hunt
 # Bug [0000059] Direct Invoice or Delivery Notes doesn't account for negative inventory flag
 $ /sales/sales_order_entry.php
index e04fe6457fd485168cc0a648ce04097131bc9791..17de99e9e0ee68740cb1686eb20ed5a6ab335125 100644 (file)
@@ -38,7 +38,7 @@ if (!isset($path_to_root) || isset($_GET['path_to_root']) || isset($_POST['path_
        // Main Title
        $app_title = "FrontAccounting";
        // application version
-       $version                = "2.0.1";
+       $version                = "2.0.2";
 
        // Build for development purposes
        $build_version  = date("d.m.Y", filemtime("$path_to_root/CHANGELOG.txt"));
index 32ab2a0fc3a9ac95802d4a5dc42f331d50d84365..d8a78d215f951ab5ba09abe8537e2d08898033db 100644 (file)
@@ -1,7 +1,7 @@
 <?php
 error_reporting(E_ALL);
 ini_set("display_errors", "On");
-ini_set("max_execution_time", "120");
+ini_set("max_execution_time", "180");
 
 // Start a session
 if(!defined('SESSION_STARTED'))