Procházet zdrojové kódy

Before I forgot 8-).

philippe_mingo před 23 roky
rodič
revize
39fb8dda18
2 změnil soubory, kde provedl 3 přidání a 2 odebrání
  1. 2 1
      ChangeLog
  2. 1 1
      plugins/bug_report/bug_report.php

+ 2 - 1
ChangeLog

@@ -9,7 +9,8 @@ Version 1.2.2 -- ??
     is not in the prefs. 
     is not in the prefs. 
     Bug reported by Boris Manojlovic <steki@verat.net>  
     Bug reported by Boris Manojlovic <steki@verat.net>  
   - Html cleanup, with patch from Dave Huang (#496712)
   - Html cleanup, with patch from Dave Huang (#496712)
-	
+  - Fixed a problem saving prefs when using PHP 4.1
+  	
 Version 1.2.1 -- 25 December 2001
 Version 1.2.1 -- 25 December 2001
 ---------------------------------
 ---------------------------------
 
 

+ 1 - 1
plugins/bug_report/bug_report.php

@@ -191,4 +191,4 @@ $body = htmlspecialchars($body_top . $body);
    </tr>
    </tr>
    </table>
    </table>
    </form>
    </form>
-</body></html>
+</body></html>