diff options
author | Michael <icarus@dabo.de> | 2012-02-27 16:31:58 +0100 |
---|---|---|
committer | Michael <icarus@dabo.de> | 2012-02-27 16:31:58 +0100 |
commit | cce69f05097f559593c06e8595e1da5b904e5323 (patch) | |
tree | 5b4f1d296723fdbbef6da28e67fc4c65c79e538e /library | |
parent | 18679111f5aed8f1c5e7ccb9857195e52c57765d (diff) | |
parent | a33031634efef94c0985cd2517f10ccd36b40b5f (diff) | |
download | volse-hubzilla-cce69f05097f559593c06e8595e1da5b904e5323.tar.gz volse-hubzilla-cce69f05097f559593c06e8595e1da5b904e5323.tar.bz2 volse-hubzilla-cce69f05097f559593c06e8595e1da5b904e5323.zip |
Merge remote branch 'upstream/master'
Diffstat (limited to 'library')
-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(' |