فهرست منبع

Fixed bug on feature sync page

spficklin 12 سال پیش
والد
کامیت
5175db48d1
1فایلهای تغییر یافته به همراه1 افزوده شده و 1 حذف شده
  1. 1 1
      tripal_feature/includes/syncFeatures.inc

+ 1 - 1
tripal_feature/includes/syncFeatures.inc

@@ -239,7 +239,7 @@ function tripal_feature_sync_features($max_sync = 0, $organism_id = NULL,
 
   // Iterate through features that need to be synced
   $interval = intval($count * 0.01);
-  if ($interval > 1) {
+  if ($interval < 1) {
     $interval = 1;
   }
   $num_ids = sizeof($ids);