Demo

討論

保持飢餓,保持愚笨 (Stay hungry, stay foolish)。 史蒂夫·賈伯斯

公告

本網站已取消討論區的討論方式,如果您有問題請至LINE群行動條碼圖片網址,或Facebook社團

Joomla 1.5 RC3 menutypes.php 程式碼更正

  • bleed1979
  • 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;

僅供參考 如有問題歡迎討論

Please 登入 to join the conversation.