Changeset - a11483f5c1ea
[Not reviewed]
default
0 1 0
Ethan Zonca - 15 years ago 2011-01-15 14:01:16
ez@ethanzonca.com
Autocomplete returns with a dash, javascript doesn't seem to be firing as it should though.
1 file changed with 1 insertions and 1 deletions:
0 comments (0 inline, 0 general)
auto.php
Show inline comments
 
@@ -84,7 +84,7 @@ if (!$getsections && count($term_parts) 
 
    $json_depts = array();
 
    foreach ($departments as $key => $department) {
 
      if (!strncmp($department, $dept, $dept_strlen)) {
 
	$json_depts[] = $department;
 
	$json_depts[] = $department . "-";
 
      }
 
    }
 

	
0 comments (0 inline, 0 general)