Browse Source

miner.php coding warning

Kano 12 years ago
parent
commit
956d734e84
1 changed files with 2 additions and 2 deletions
  1. 2 2
      miner.php

+ 2 - 2
miner.php

@@ -2357,8 +2357,8 @@ function processcompare($which, $ext, $section, $res)
 #
 function ss($a, $b)
 {
- $la = strlen(a);
- $lb = strlen(b);
+ $la = strlen($a);
+ $lb = strlen($b);
  if ($la != $lb)
 	return $la - $lb;
  return strcmp($a, $b);