Author: mike
Date: 2008-03-04 19:20:41 -0800 (Tue, 04 Mar 2008)
New Revision: 467
Log:
Remove unused vars.


Modified:
   trunk/phplib/base-articles.php
   trunk/phplib/base-str.php

Modified: trunk/phplib/base-articles.php
===================================================================
--- trunk/phplib/base-articles.php      2008-03-05 03:19:29 UTC (rev 466)
+++ trunk/phplib/base-articles.php      2008-03-05 03:20:41 UTC (rev 467)
@@ -321,11 +321,6 @@
        {
           $bookmark  = "$PHP_URL?L+T" . urlencode($stype) .
                       "+M$PAGE_MAX+P$link_id+Q" . urlencode($search);
-          $bookstr   = str_replace(array("\\", "\""), array("\\\\", "\\\""),
-                                  $bookmark);
-          $searchstr = "$PROJECT_NAME Articles: " .
-                      str_replace(array("\\", "\""), array("\\\\", "\\\""),
-                                  $search);
           html_header("Articles", $path, "", $links);
 
          html_start_links(1);

Modified: trunk/phplib/base-str.php
===================================================================
--- trunk/phplib/base-str.php   2008-03-05 03:19:29 UTC (rev 466)
+++ trunk/phplib/base-str.php   2008-03-05 03:20:41 UTC (rev 467)
@@ -747,11 +747,6 @@
        {
           $bookmark  = "$PHP_URL?L+P$priority+S$status+C$scope+E$femail+"
                      ."M$PAGE_MAX+Q" . urlencode($search);
-          $bookstr   = str_replace(array("\\", "\""), array("\\\\", "\\\""),
-                                  $bookmark);
-          $searchstr = "$PROJECT_NAME STRs: " .
-                      str_replace(array("\\", "\""), array("\\\\", "\\\""),
-                                  $search);
           html_header("Bugs & Features", $path, "", $links);
 
           html_start_links(1);

_______________________________________________
fltk-commit mailing list
fltk-commit@easysw.com
http://lists.easysw.com/mailman/listinfo/fltk-commit

Reply via email to