* fix bug #120:adjust task create and edit autocomplete mailto code.

This commit is contained in:
fujia
2010-07-13 08:18:42 +00:00
parent cd9ac9e892
commit 59aa462f33
3 changed files with 6 additions and 7 deletions

View File

@@ -24,6 +24,7 @@
?>
<?php include '../../common/view/header.html.php';?>
<?php include '../../common/view/datepicker.html.php';?>
<?php include '../../common/view/autocomplete.html.php';?>
<script language='Javascript'>
var userList = "<?php echo join(',', array_keys($users));?>".split(',');
$(function() {