[LON-CAPA-cvs] cvs: loncom /html/adm/help/tex Institutional_Integration_Course_Requests.tex
raeburn
raeburn@source.lon-capa.org
Thu, 26 May 2011 11:28:20 -0000
raeburn Thu May 26 11:28:20 2011 EDT
Modified files:
/loncom/html/adm/help/tex
Institutional_Integration_Course_Requests.tex
Log:
- Replacement of > with \textgreater when used outside quotation blocks.
Index: loncom/html/adm/help/tex/Institutional_Integration_Course_Requests.tex
diff -u loncom/html/adm/help/tex/Institutional_Integration_Course_Requests.tex:1.3 loncom/html/adm/help/tex/Institutional_Integration_Course_Requests.tex:1.4
--- loncom/html/adm/help/tex/Institutional_Integration_Course_Requests.tex:1.3 Tue May 24 02:01:30 2011
+++ loncom/html/adm/help/tex/Institutional_Integration_Course_Requests.tex Thu May 26 11:28:20 2011
@@ -4,7 +4,7 @@
if the requestor has been validated as the instructor of record for the
course (based on institutional code).
-In order to provide this functionality the following routines in /home/httpd/lib/pel/localenroll.pm will need to be customized.
+To provide this functionality the following routines in /home/httpd/lib/pel/localenroll.pm will need to be customized.
\emph{validate\_instcode()}, \emph{validate\_crsreq()}, \emph{crsreq\_checks()}.
@@ -120,7 +120,6 @@
A value of 'ok' should be returned if no errors occurred.
The routine used at MSU is as follows:
-\begin{quotation}
\texttt{sub crsreq\_checks \{}
\begin{quotation}
\texttt{my (\$dom,\$reqtypes,\$validations) = @\_;}
@@ -137,11 +136,11 @@
\begin{quotation}
\texttt{if ((\$type eq 'official') \&\& (\$inst\_type eq 'Faculty')) \{}
\begin{quotation}
-\texttt{\$validations->\{\$type\}\{\$inst\_type\} = 1;}
+\texttt{\$validations-\textgreater\{\$type\}\{\$inst\_type\} = 1;}
\end{quotation}
\texttt{\} else \{}
\begin{quotation}
-\texttt{\$validations->\{\$type\}{\$inst\_type} = '';}
+\texttt{\$validations-\textgreater\{\$type\}{\$inst\_type} = '';}
\end{quotation}
\texttt{\}}
\end{quotation}
@@ -156,7 +155,6 @@
\texttt{return 'ok';}
\end{quotation}
\texttt{\}}
-\end{quotation}
\textbf{\large possible\_instcodes}
@@ -174,11 +172,11 @@
\begin{quote}
\%\{\$\$cat\_titles\{'Semester'\}\} = (
\begin{quote}
-fs =\> 'Fall',
+fs =\textgreater 'Fall',
-ss =\> 'Spring',
+ss =\textgreater 'Spring',
-us =\> 'Summer'
+us =\textgreater 'Summer'
);
\end{quote}