diff options
Diffstat (limited to 'php/database.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; } |