Show
Ignore:
Timestamp:
09/09/06 14:07:06 (2 years ago)
Author:
mbonetti
Message:

Adapted for new l10 method

Files:
1 modified

Legend:

Unmodified
Added
Removed
  • trunk/gregarius/index.php

    r1544 r1560  
    4444if (array_key_exists('metaaction', $_POST) 
    4545    && $_POST['metaaction'] != "" 
    46     && trim($_POST['metaaction']) == trim('LBL_MARK_READ')  
     46    && trim($_POST['metaaction']) == trim('ACT_MARK_READ')  
    4747    && !hidePrivate()) { 
    4848     
     
    225225   echo "<form action=\"". getPath() ."\" method=\"post\">\n" 
    226226      ."<p><input accesskey=\"m\" type=\"submit\" name=\"action\" value=\"". LBL_MARK_READ ." \"/></p>\n" 
    227       ."<p><input type=\"hidden\" name=\"metaaction\" value=\"LBL_MARK_READ\"/>\n" 
     227      ."<p><input type=\"hidden\" name=\"metaaction\" value=\"ACT_MARK_READ\"/>\n" 
    228228      ."<input type=\"hidden\" name=\"markreadids\" value=\"".implode(",",$GLOBALS['rss']->getShownUnreadIds())."\" />\n" 
    229229      ."</p></form>\n";