|
@@ -72,7 +72,7 @@ class fcode
|
|
foreach ($codes as $item)
|
|
foreach ($codes as $item)
|
|
{
|
|
{
|
|
$fcoder = new mfcode($item);
|
|
$fcoder = new mfcode($item);
|
|
- if($fcoder->can_use()) {
|
|
|
|
|
|
+ if($fcoder->un_used()) {
|
|
$this->mCodes[$fcoder->commonid()][] = $item;
|
|
$this->mCodes[$fcoder->commonid()][] = $item;
|
|
}
|
|
}
|
|
}
|
|
}
|