| 1 | 159,160c159 |
|---|
| 2 | < if(! array_key_exists($description, $template_mapping) ) //Checks to see if it already exists in the array |
|---|
| 3 | < $template_mapping[ $description ] = array( $style_file, $filedesc ); |
|---|
| 4 | --- |
|---|
| 5 | > $template_mapping[ $description ] = array( $style_file, $filedesc ); |
|---|