From 5c4ea05bc1eadc39996fc6c660fdba5cc8202b97 Mon Sep 17 00:00:00 2001 From: artemuhi Date: Wed, 6 Mar 2024 21:12:33 +0300 Subject: [PATCH] =?UTF-8?q?=D0=94=D0=BE=D0=BF=D0=B8=D1=81=D0=B0=D0=BD?= =?UTF-8?q?=D0=B0=20=D1=84=D1=83=D0=BD=D0=BA=D1=86=D0=B8=D1=8F=20init?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- artemsbc.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/artemsbc.php b/artemsbc.php index 11a6ac3..dfc53b7 100644 --- a/artemsbc.php +++ b/artemsbc.php @@ -10,7 +10,7 @@ function artembc_init($filename, $lock=true, $max_size=4094) { die("bcerror:locked_file"); } } - + return $bc; } function artembc_createbc() {} function artembc_addtransaction() {}