http://atutor.ca/atutor/mantis/view.php?id=4533
authorharris wong <hwong@ocad.ca>
Fri, 1 Oct 2010 18:26:12 +0000 (18:26 -0000)
committerharris wong <hwong@ocad.ca>
Fri, 1 Oct 2010 18:26:12 +0000 (18:26 -0000)
commitf68c109ccc1a3b667766f34451e2b37a93d2e092
treee2aba020b5263907face97123f1d58547d122c0e
parentddb57bad57202fb5bc1cb7ceeba1692577c825aa
http://atutor.ca/atutor/mantis/view.php?id=4533
added the follow:
/**
 * Convert all '&' to '&amp;' from the input
 * @param   string  any string input, mainly URLs.
 * @return  input with & replaced to '&amp;'
 */
convert_amp($input);
docs/include/vitals.inc.php