Function tln_casenormalize
A small helper function to use with array_walk. Modifies a by-ref value and makes it lowercase.
Parameters summary
| string | & $val | a value passed by-ref. | 
Return value summary
| 
			
		 | since it modifies a by-ref value. | 
