diff options
author | Kelly Rauchenberger <fefferburbia@gmail.com> | 2008-08-13 03:55:08 +0000 |
---|---|---|
committer | Kelly Rauchenberger <fefferburbia@gmail.com> | 2008-08-13 03:55:08 +0000 |
commit | 3e6d87739117bd9908549180408f8145f3868de4 (patch) | |
tree | d53c75c9cc53b73d6bd1cb774b84cc1b5ae459b7 /central/trunk/instadisc.php | |
parent | 8e9910e7456cb1bb128fefc776e1387619c9f47e (diff) | |
download | instadisc-3e6d87739117bd9908549180408f8145f3868de4.tar.gz instadisc-3e6d87739117bd9908549180408f8145f3868de4.tar.bz2 instadisc-3e6d87739117bd9908549180408f8145f3868de4.zip |
Central: Fixed typos
Refs #10
Diffstat (limited to 'central/trunk/instadisc.php')
-rw-r--r-- | central/trunk/instadisc.php | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/central/trunk/instadisc.php b/central/trunk/instadisc.php index 75a9bf1..1867757 100644 --- a/central/trunk/instadisc.php +++ b/central/trunk/instadisc.php | |||
@@ -148,7 +148,7 @@ function instaDisc_addItem($username, $subscription, $title, $author, $url, $sem | |||
148 | $setuser = "UPDATE users SET nextItemID = nextItemID+1 WHERE username = \"" . mysql_real_escape_string($username) . "\""; | 148 | $setuser = "UPDATE users SET nextItemID = nextItemID+1 WHERE username = \"" . mysql_real_escape_string($username) . "\""; |
149 | $setuser2 = mysql_query($setuser); | 149 | $setuser2 = mysql_query($setuser); |
150 | 150 | ||
151 | $insitem = "INSERT INTO inbox (username, itemID, subscription, title, author, url, semantics, encryptionID) VALUES (\"" . mysql_real_escape_string($username) . "\", " . $itemID . ", \"" . mysql_real_escape_string($subscription) . "\", \"" . mysql_real_escape_string($title) . "\", \"" . mysql_real_escape_string($author) . "\", \"" . mysql_real_escape_string($url) . "\", \"" . mysql_real_escape_string($semantics) . "\",\" . $encryptionID . "\")"; | 151 | $insitem = "INSERT INTO inbox (username, itemID, subscription, title, author, url, semantics, encryptionID) VALUES (\"" . mysql_real_escape_string($username) . "\", " . $itemID . ", \"" . mysql_real_escape_string($subscription) . "\", \"" . mysql_real_escape_string($title) . "\", \"" . mysql_real_escape_string($author) . "\", \"" . mysql_real_escape_string($url) . "\", \"" . mysql_real_escape_string($semantics) . "\"," . $encryptionID . ")"; |
152 | $insitem2 = mysql_query($insitem); | 152 | $insitem2 = mysql_query($insitem); |
153 | 153 | ||
154 | instaDisc_sendItem($username, $itemID); | 154 | instaDisc_sendItem($username, $itemID); |