Searched refs:inopts (Results 1 – 1 of 1) sorted by relevance
117 function getYearGraph($inopts) argument129 if (isset($inopts["years"]) && $inopts["years"] > 0) {130 $max_months = 12 * $inopts["years"];138 if (isset($inopts["sort"])) {139 …if (preg_match("/^(desc|descending|rev|reverse)$/", $inopts["sort"])) { // Reverse the sort ord…