Skip to content

Commit

Permalink
pts-core: Fix for commit yesterday
Browse files Browse the repository at this point in the history
  • Loading branch information
michaellarabel committed Oct 9, 2015
1 parent be5a7c4 commit 6224ff2
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion pts-core/objects/phoromatic/phoromatic_server.php
Expand Up @@ -105,7 +105,7 @@ public static function close_database()
if(self::$db != null)
{
self::$db->close();
unset(self::$db);
self::$db = null;
}
}
public static function prepare_database($read_only = false)
Expand Down
2 changes: 1 addition & 1 deletion pts-core/phoromatic/public_html/phoromatic.php
Expand Up @@ -277,6 +277,6 @@
echo json_encode($json);
}

phoromatic_server::close_database();
//phoromatic_server::close_database();

?>

0 comments on commit 6224ff2

Please sign in to comment.