[SASHA-Code] SF.net SVN: sasha:[97] trunk/SASHA/inc/lib/lib.base.php
Brought to you by:
gphemsley
|
From: <gph...@us...> - 2011-12-20 00:20:52
|
Revision: 97
http://sasha.svn.sourceforge.net/sasha/?rev=97&view=rev
Author: gphemsley
Date: 2011-12-20 00:20:46 +0000 (Tue, 20 Dec 2011)
Log Message:
-----------
Merge r96 to trunk.
Revision Links:
--------------
http://sasha.svn.sourceforge.net/sasha/?rev=96&view=rev
Modified Paths:
--------------
trunk/SASHA/inc/lib/lib.base.php
Modified: trunk/SASHA/inc/lib/lib.base.php
===================================================================
--- trunk/SASHA/inc/lib/lib.base.php 2011-12-20 00:16:54 UTC (rev 96)
+++ trunk/SASHA/inc/lib/lib.base.php 2011-12-20 00:20:46 UTC (rev 97)
@@ -924,6 +924,8 @@
$instructors[$id] = "$last_name, $first_initial.";
}
}
+
+ $instructors[$id] = htmlentities( $instructors[$id], ENT_QUOTES, 'UTF-8' );
}
return implode( $glue, $instructors );
This was sent by the SourceForge.net collaborative development platform, the world's largest Open Source development site.
|