Browse Source

Real fix for issue #1

pull/3/head
Shane Mc Cormack 11 years ago
parent
commit
23482b8f1a
1 changed files with 1 additions and 1 deletions
  1. 1
    1
      submit.php

+ 1
- 1
submit.php View File

@@ -17,7 +17,7 @@
17 17
   $sql = 'INSERT INTO quotes (quote_quote, quote_time, user_id) VALUES (\''.m($_POST['quote']).'\', '.time().', '.$_SESSION['uid'].')';
18 18
   mysql_query($sql);
19 19
 
20
-  doAutoTags(mysql_insert_id());
20
+  addAutoTags(mysql_insert_id());
21 21
 
22 22
   header('Location: '.BASE.'latest');
23 23
   exit;

Loading…
Cancel
Save