diff --git a/pool/db.php b/pool/db.php index 88947a12..09f3897f 100644 --- a/pool/db.php +++ b/pool/db.php @@ -3,11 +3,10 @@ include_once('socket.php'); include_once('base.php'); # -# List of db fucntions to call and get the results -# back from ckdb -# From homeInfo and the rest after that +# List of db functions to call and get the results back from ckdb +# From homeInfo() and the rest after that # The result is an array of all ckdb result field names and their values -# Also is included: +# Also included: # ['ID'] the id sent # ['STAMP'] the ckdb reply timestamp # ['STATUS'] the ckdb reply status (!'ok' = error) diff --git a/pool/socket.php b/pool/socket.php index f2108653..ad10a1f2 100644 --- a/pool/socket.php +++ b/pool/socket.php @@ -1,5 +1,7 @@