Skip to content

Commit

Permalink
Stopword order checkbox state detection added.
Browse files Browse the repository at this point in the history
  • Loading branch information
scottkleinman committed Feb 11, 2013
1 parent 65453e7 commit f2fa8d5
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions index.php
Original file line number Diff line number Diff line change
Expand Up @@ -565,6 +565,7 @@ function hash_sort( &$hash, $sort ) {
$lowercasebox = (isset($_SESSION["lowercasebox"])) ? $_SESSION["lowercasebox"] : "on";
$aposbox = (isset($_SESSION["tags"])) ? $_SESSION["tags"] : "keep";
$commonbox = (isset($_SESSION["commonbox"])) ? $_SESSION["commonbox"] : "on";
$stopwordorderbox = (isset($_SESSION["stopwordorderbox"])) ? $_SESSION["stopwordorderbox"] : "off";

// Conditional disabled because of multiple file upload -- handled by hidden input updated by filedrag.js.
//if(preg_match("'<[^>]+>'U", $file) > 0) {
Expand Down

0 comments on commit f2fa8d5

Please sign in to comment.