* code for task#1374.

This commit is contained in:
zhujinyong
2013-06-17 06:03:36 +00:00
parent 15f720464c
commit e00cffaa1f
2 changed files with 3 additions and 1 deletions
+1 -1
View File
@@ -51,7 +51,7 @@
</td>
<td id='moduleBox'>
<?php
if($allProject)
if($allProject and $syncProject)
{
echo html::select('allProject', $allProject, '', 'onchange=syncProject(this)');
echo html::select('projectModule', $projectModules, '');