Changeset 9470

Show
Ignore:
Timestamp:
04/27/08 23:38:54 (3 weeks ago)
Author:
dbs
Message:

Declare the globalOrgTypes var to silence another warning

Files:
1 modified

Legend:

Unmodified
Added
Removed
  • trunk/Open-ILS/src/extras/org_tree_js.pl

    r8481 r9470  
    6060 
    6161 
    62 $pile .= 'globalOrgTypes = ['; 
     62$pile .= 'var globalOrgTypes = ['; 
    6363for my $t (@$types) { 
    6464    my ($u,$v,$d,$i,$n,$o,$p) = (val($t->can_have_users),val($t->can_have_vols),$t->depth,$t->id,val($t->name),val($t->opac_label),$t->parent);