--- loncom/html/adm/help/tex/Institutional_Integration_Course_Requests.tex 2011/05/26 11:28:20 1.4 +++ loncom/html/adm/help/tex/Institutional_Integration_Course_Requests.tex 2011/05/26 21:58:34 1.5 @@ -136,11 +136,11 @@ The routine used at MSU is as follows: \begin{quotation} \texttt{if ((\$type eq 'official') \&\& (\$inst\_type eq 'Faculty')) \{} \begin{quotation} -\texttt{\$validations-\textgreater\{\$type\}\{\$inst\_type\} = 1;} +\texttt{\$validations-$>$\{\$type\}\{\$inst\_type\} = 1;} \end{quotation} \texttt{\} else \{} \begin{quotation} -\texttt{\$validations-\textgreater\{\$type\}{\$inst\_type} = '';} +\texttt{\$validations-$>$\{\$type\}{\$inst\_type} = '';} \end{quotation} \texttt{\}} \end{quotation} @@ -172,11 +172,11 @@ Five arguments are required: \begin{quote} \%\{\$\$cat\_titles\{'Semester'\}\} = ( \begin{quote} -fs =\textgreater 'Fall', +fs =$>$ 'Fall', -ss =\textgreater 'Spring', +ss =$>$ 'Spring', -us =\textgreater 'Summer' +us =$>$ 'Summer' ); \end{quote}