Author: pwang
Date: 2013-03-21 16:37:21 -0700 (Thu, 21 Mar 2013)
New Revision: 31161

Modified:
   new_cytoscape_website/plugin_website/plugins/pluginPropsUtil.inc
Log:
Bug fixed: there may be false manifest file (. or _ prefix to MANIFEST.MF)

Modified: new_cytoscape_website/plugin_website/plugins/pluginPropsUtil.inc
===================================================================
--- new_cytoscape_website/plugin_website/plugins/pluginPropsUtil.inc    
2013-03-21 22:27:14 UTC (rev 31160)
+++ new_cytoscape_website/plugin_website/plugins/pluginPropsUtil.inc    
2013-03-21 23:37:21 UTC (rev 31161)
@@ -392,7 +392,9 @@
                                                }       
                                        }
                                }
-                               break;
+                               if ($retValue == true){
+                                       break;
+                               }
                        }
                } //while loop
                zip_close($zip);

-- 
You received this message because you are subscribed to the Google Groups 
"cytoscape-cvs" group.
To unsubscribe from this group and stop receiving emails from it, send an email 
to [email protected].
To post to this group, send email to [email protected].
Visit this group at http://groups.google.com/group/cytoscape-cvs?hl=en.
For more options, visit https://groups.google.com/groups/opt_out.


Reply via email to