diff options
author | friendica <info@friendica.com> | 2012-02-27 17:18:53 -0800 |
---|---|---|
committer | friendica <info@friendica.com> | 2012-02-27 17:18:53 -0800 |
commit | 6c0fa7a1665ab36d733b93ce51802b14e8504658 (patch) | |
tree | cbbf87df24912165e7a237b8d4996078319aa71b /library | |
parent | d7407f8daaab14ecba59cc3cb211ff93802dd761 (diff) | |
parent | e11b51aca14ea36b514fdd4348443f4fae79b2ca (diff) | |
download | volse-hubzilla-6c0fa7a1665ab36d733b93ce51802b14e8504658.tar.gz volse-hubzilla-6c0fa7a1665ab36d733b93ce51802b14e8504658.tar.bz2 volse-hubzilla-6c0fa7a1665ab36d733b93ce51802b14e8504658.zip |
Merge branch 'pull'
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(' |