diff options
author | adam <adam@> | 2021-02-13 22:42:47 +0200 |
---|---|---|
committer | adam <adam@> | 2021-02-13 22:42:47 +0200 |
commit | 26b06104aceb8c174e26dde66962e893db5444c6 (patch) | |
tree | f87ec74e000041be61aab803597869f01a2a7f8d /php | |
parent | 35780edd463c989f344be1c54144dd77e0127311 (diff) | |
download | fileup-26b06104aceb8c174e26dde66962e893db5444c6.tar.gz |
asdf
Diffstat (limited to 'php')
-rw-r--r-- | php/database.php | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/php/database.php b/php/database.php index c8904db..69b4b34 100644 --- a/php/database.php +++ b/php/database.php @@ -361,7 +361,7 @@ require_once "node.php"; } //print count($id); - return $id["id"]; + return $id; } |