From 0377adc8a1b600043fc85551cc8a70c41c628869 Mon Sep 17 00:00:00 2001 From: kanoi Date: Mon, 1 Sep 2014 13:31:00 +1000 Subject: [PATCH] php - spelling etc --- pool/db.php | 7 +++---- pool/socket.php | 4 ++++ 2 files changed, 7 insertions(+), 4 deletions(-) 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 @@