[LON-CAPA-cvs] cvs: loncom /html/adm/help/tex Institutional_Integration_Course_Codes.tex Institutional_Integration_Format_Checks.tex
raeburn
lon-capa-cvs-allow@mail.lon-capa.org
Tue, 29 Jul 2008 20:52:25 -0000
raeburn Tue Jul 29 16:52:25 2008 EDT
Modified files:
/loncom/html/adm/help/tex
Institutional_Integration_Course_Codes.tex
Institutional_Integration_Format_Checks.tex
Log:
- Fix some carets.
Index: loncom/html/adm/help/tex/Institutional_Integration_Course_Codes.tex
diff -u loncom/html/adm/help/tex/Institutional_Integration_Course_Codes.tex:1.2 loncom/html/adm/help/tex/Institutional_Integration_Course_Codes.tex:1.3
--- loncom/html/adm/help/tex/Institutional_Integration_Course_Codes.tex:1.2 Tue Jul 29 13:51:08 2008
+++ loncom/html/adm/help/tex/Institutional_Integration_Course_Codes.tex Tue Jul 29 16:52:20 2008
@@ -77,7 +77,7 @@
\texttt{foreach my \$cid (keys \%\{\$instcodes\}) \{}
\begin{quotation}
-\texttt{if (\$\$instcodes\{\$cid\} =\~{} m/^({[}suf]s)(\textbackslash{}d\{2\})(\textbackslash{}w\{2,3\})(\textbackslash{}d\{3,4\}\textbackslash{}w?)\$/)
+\texttt{if (\$\$instcodes\{\$cid\} =\~{} m/\^{}({[}suf]s)(\textbackslash{}d\{2\})(\textbackslash{}w\{2,3\})(\textbackslash{}d\{3,4\}\textbackslash{}w?)\$/)
\{}
\begin{quotation}
\texttt{\$\$codes\{\$cid\}\{'Semester'\} = \$1;}
@@ -90,7 +90,7 @@
\texttt{my \$numyear = \$year;}
-\texttt{\$numyear =\~{} s/^0//;}
+\texttt{\$numyear =\~{} s/\^{}0//;}
\texttt{\$\$codes\{\$cid\}\{'Year'\} = \$year;}
@@ -140,7 +140,7 @@
\begin{quotation}
\texttt{'Year' => '\textbackslash{}d\{2\}',}
-\texttt{'Semester' => '^{[}sfu]s',}
+\texttt{'Semester' => '\^{}{[}sfu]s',}
\texttt{'Department' => '\textbackslash{}w\{2,3\}',}
Index: loncom/html/adm/help/tex/Institutional_Integration_Format_Checks.tex
diff -u loncom/html/adm/help/tex/Institutional_Integration_Format_Checks.tex:1.2 loncom/html/adm/help/tex/Institutional_Integration_Format_Checks.tex:1.3
--- loncom/html/adm/help/tex/Institutional_Integration_Format_Checks.tex:1.2 Tue Jul 29 03:07:35 2008
+++ loncom/html/adm/help/tex/Institutional_Integration_Format_Checks.tex Tue Jul 29 16:52:20 2008
@@ -204,7 +204,7 @@
\begin{quotation}
\texttt{if (\$item eq 'netid') \{}
\begin{quotation}
-\texttt{if (\$uname =\~{} /^\textbackslash{}w\{2,8\}\$/)
+\texttt{if (\$uname =\~{} /\^{}\textbackslash{}w\{2,8\}\$/)
\{}
\begin{quotation}
\texttt{\$resultshash->\{\$item\} = 1;}
@@ -241,7 +241,7 @@
\begin{quotation}
\texttt{if (\$item eq 'facstaffID') \{}
\begin{quotation}
-\texttt{if (\$id =\~{} /^z\textbackslash{}d\{8\}\$/i)
+\texttt{if (\$id =\~{} /\^{}z\textbackslash{}d\{8\}\$/i)
\{}
\begin{quotation}
\texttt{\$resultshash->\{\$item\} = 1;}
@@ -254,7 +254,7 @@
\end{quotation}
\texttt{\} elsif (\$item eq 'studentID') \{}
\begin{quotation}
-\texttt{if (\$id =\~{} /^a\textbackslash{}d\{8\}\$/i)
+\texttt{if (\$id =\~{} /\^{}a\textbackslash{}d\{8\}\$/i)
\{}
\begin{quotation}
\texttt{\$resultshash->\{\$item\} = 1;}
@@ -292,7 +292,7 @@
\begin{quotation}
\texttt{if (\$item eq 'msuemail') \{}
\begin{quotation}
-\texttt{if (\$selfcreatename =\~{} /^\textbackslash{}w\{2,8\}\textbackslash{}@msu\textbackslash{}.edu\$/)
+\texttt{if (\$selfcreatename =\~{} /\^{}\textbackslash{}w\{2,8\}\textbackslash{}@msu\textbackslash{}.edu\$/)
\{}
\begin{quotation}
\texttt{\$resultshash->\{\$item\} = 1;}