diff options
-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 6735f32..4a9d725 100644 --- a/central/trunk/instadisc.php +++ b/central/trunk/instadisc.php | |||
@@ -71,7 +71,7 @@ function instaDisc_sendItem($username, $id) | |||
71 | $out .= 'Author: ' . $getitem3['author'] . "\r\n"; | 71 | $out .= 'Author: ' . $getitem3['author'] . "\r\n"; |
72 | $out .= 'URL: ' . $getitem3['url'] . "\r\n"; | 72 | $out .= 'URL: ' . $getitem3['url'] . "\r\n"; |
73 | 73 | ||
74 | $semantics = deserialize($getitem3['semantics']); | 74 | $semantics = unserialize($getitem3['semantics']); |
75 | foreach ($semantics as $name => $value) | 75 | foreach ($semantics as $name => $value) |
76 | { | 76 | { |
77 | $out .= $name . ': ' . $value . "\r\n"; | 77 | $out .= $name . ': ' . $value . "\r\n"; |