瀏覽代碼

Merge a8b9190709 into 1c947960d2

pull/2/merge
Shane Mc Cormack 11 年之前
父節點
當前提交
fb03a48d95
共有 1 個檔案被更改,包括 2 行新增1 行删除
  1. 2
    1
      submit.php

+ 2
- 1
submit.php 查看文件

@@ -17,7 +17,8 @@
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
+  // Broken, see issue #1 - https://github.com/csmith/Quote-DB/issues/1
21
+  // doAutoTags(mysql_insert_id());
21 22
 
22 23
   header('Location: '.BASE.'latest');
23 24
   exit;

Loading…
取消
儲存