Revision: 10503
          http://sourceforge.net/p/languagetool/code/10503
Author:   dnaber
Date:     2013-07-15 07:00:51 +0000 (Mon, 15 Jul 2013)
Log Message:
-----------
make method parameter optional

Modified Paths:
--------------
    trunk/website/include/help.php

Modified: trunk/website/include/help.php
===================================================================
--- trunk/website/include/help.php      2013-07-15 06:57:44 UTC (rev 10502)
+++ trunk/website/include/help.php      2013-07-15 07:00:51 UTC (rev 10503)
@@ -28,7 +28,7 @@
     return $html;
 }
         
-function show_link($title, $url, $show_alt, $title_attr="") {
+function show_link($title, $url, $show_alt=false, $title_attr="") {
        global $homepage;
        $html = "";
        $alt = "";

This was sent by the SourceForge.net collaborative development platform, the 
world's largest Open Source development site.


------------------------------------------------------------------------------
See everything from the browser to the database with AppDynamics
Get end-to-end visibility with application monitoring from AppDynamics
Isolate bottlenecks and diagnose root cause in seconds.
Start your free trial of AppDynamics Pro today!
http://pubads.g.doubleclick.net/gampad/clk?id=48808831&iu=/4140/ostg.clktrk
_______________________________________________
Languagetool-commits mailing list
[email protected]
https://lists.sourceforge.net/lists/listinfo/languagetool-commits

Reply via email to