Fixed typo in last commit.
authorJanusz Dobrowolski <janusz@frontaccounting.eu>
Thu, 18 Sep 2014 16:51:29 +0000 (18:51 +0200)
committerJanusz Dobrowolski <janusz@frontaccounting.eu>
Thu, 18 Sep 2014 16:51:29 +0000 (18:51 +0200)
includes/db/connect_db_mysql.inc

index de03a643d6d728eaf6a916dc60c0b795df0fecbf..e574362e1a6f23f280eaedbb26888df05fcc552c 100644 (file)
@@ -14,7 +14,7 @@ function set_global_connection($company=-1)
 {
        global $db, $transaction_level, $path_to_root, $db_connections;
 
-       include ($path_to_rrot . "/config_db.php");
+       include ($path_to_root . "/config_db.php");
        if ($company == -1) 
                $company = $_SESSION["wa_current_user"]->company;