Joomla 1.5 RC3 menutypes.php 程式碼更正
- bleed1979
-
Topic Author
- 訪客
-
2007-11-04 09:23 #8512
來自 bleed1979
bleed1979 created the topic: Joomla 1.5 RC3 menutypes.php 程式碼更正
影響範圍:編輯選單標題
檔案位置:Joomla-1.5RC3\libraries\joomla\database\table\menutypes.php
行數 :67
錯誤內容:$query .= ' AND id != '.(int) $this->id;
更正內容:$query .= ' WHERE id != '.(int) $this->id;
僅供參考 如有問題歡迎討論
檔案位置:Joomla-1.5RC3\libraries\joomla\database\table\menutypes.php
行數 :67
錯誤內容:$query .= ' AND id != '.(int) $this->id;
更正內容:$query .= ' WHERE id != '.(int) $this->id;
僅供參考 如有問題歡迎討論
Please 登入 to join the conversation.