/[gnuheter]/gnuheter/submit.php
ViewVC logotype

Diff of /gnuheter/submit.php

Parent Directory Parent Directory | Revision Log Revision Log | View Patch Patch

revision 1.9 by metaur, Sat Nov 2 18:46:42 2002 UTC revision 1.10 by metaur, Fri Nov 15 08:16:44 2002 UTC
# Line 102  function PreviewStory($name, $address, $ Line 102  function PreviewStory($name, $address, $
102                  $result = mysql_query("SELECT topicimage,topicname,topictext FROM topics WHERE topicid='$topic'");                  $result = mysql_query("SELECT topicimage,topicname,topictext FROM topics WHERE topicid='$topic'");
103                  list($topicimage,$topicname,$topictext) = mysql_fetch_row($result);                  list($topicimage,$topicname,$topictext) = mysql_fetch_row($result);
104          }          }
105          themearticle($aid,$aid,"<inget datum ännu>", wordlinks(($spell) ? spellcheck($subject) : $subject), wordlinks(($spell) ? spellcheck($story) : $story), $topic,$topicname,$topicimage,$topictext);          themearticle($aid,$aid,"<inget datum ännu>", ($spell) ? spellcheck(wordlinks($subject)) : wordlinks($subject), ($spell) ? spellcheck(wordlinks($story)) : wordlinks($story), $topic,$topicname,$topicimage,$topictext);
106          echo "$warning";          echo "$warning";
107          echo "<p><b>Ämne: </b><select name=\"topic\">";          echo "<p><b>Ämne: </b><select name=\"topic\">";
108          $toplist = mysql_query("SELECT topicid, topictext FROM topics ORDER BY topictext");          $toplist = mysql_query("SELECT topicid, topictext FROM topics ORDER BY topictext");

Legend:
Removed from v.1.9  
changed lines
  Added in v.1.10

savannah-hackers-public@gnu.org
ViewVC Help
Powered by ViewVC 1.1.26