Changeset - 53a8b7ab6967
[Not reviewed]
default
0 1 0
Nathan Brink (binki) - 15 years ago 2011-01-15 14:29:46
ohnobinki@ohnopublishing.net
Use single quotes for static strings.
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)