diff options
author | Alexander Kampmann <s9alkamp@stud.uni-saarland.de> | 2012-02-27 14:12:44 +0100 |
---|---|---|
committer | Alexander Kampmann <s9alkamp@stud.uni-saarland.de> | 2012-02-27 14:12:44 +0100 |
commit | 9986fc19109bc0d393f8ded89730178ba7f377f4 (patch) | |
tree | 22cb3b32eba9a47661d01ae9eafe6f2bf4363fe9 /library/spam/b8/storage | |
parent | 579738aff77ed0aa6da853b479720be9ea4953d2 (diff) | |
download | volse-hubzilla-9986fc19109bc0d393f8ded89730178ba7f377f4.tar.gz volse-hubzilla-9986fc19109bc0d393f8ded89730178ba7f377f4.tar.bz2 volse-hubzilla-9986fc19109bc0d393f8ded89730178ba7f377f4.zip |
fixed syntax errors
Diffstat (limited to 'library/spam/b8/storage')
-rw-r--r-- | library/spam/b8/storage/storage_frndc.php | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/library/spam/b8/storage/storage_frndc.php b/library/spam/b8/storage/storage_frndc.php index 2b9374f67..cbc6fe81a 100644 --- a/library/spam/b8/storage/storage_frndc.php +++ b/library/spam/b8/storage/storage_frndc.php @@ -256,7 +256,7 @@ class b8_storage_frndc extends b8_storage_base $token = dbesc($token); $count = dbesc($count); $uid = dbesc($uid); - array_push($this->_puts, '("' . $token . '", "' . $count . '", '"' . $uid .'")'); + array_push($this->_puts, '("' . $token . '", "' . $count . '", "' . $uid .'")'); } /** @@ -273,7 +273,7 @@ class b8_storage_frndc extends b8_storage_base $token = dbesc($token); $count = dbesc($count); $uid = dbesc($uid); - array_push($this->_puts, '("' . $token . '", "' . $count . '", '"' . $uid .'")'); + array_push($this->_puts, '("' . $token . '", "' . $count . '", "' . $uid .'")'); } /** @@ -325,7 +325,7 @@ class b8_storage_frndc extends b8_storage_base if(count($this->_updates) > 0) { // this still needs work - $result = q("select * from " . $this->config['table_name'] . ' where token = '; + $result = q("select * from " . $this->config['table_name'] . ' where token = '); $result = q(' |