Diff for /loncom/html/adm/help/tex/Institutional_Integration_Format_Checks.tex between versions 1.2 and 1.3

version 1.2, 2008/07/29 07:07:35 version 1.3, 2008/07/29 20:52:20
Line 204  The routines used for checking rule comp Line 204  The routines used for checking rule comp
 \begin{quotation}  \begin{quotation}
 \texttt{if (\$item eq 'netid') \{}  \texttt{if (\$item eq 'netid') \{}
 \begin{quotation}  \begin{quotation}
 \texttt{if (\$uname =\~{} /^\textbackslash{}w\{2,8\}\$/)  \texttt{if (\$uname =\~{} /\^{}\textbackslash{}w\{2,8\}\$/)
 \{}  \{}
 \begin{quotation}  \begin{quotation}
 \texttt{\$resultshash->\{\$item\} = 1;}  \texttt{\$resultshash->\{\$item\} = 1;}
Line 241  The routines used for checking rule comp Line 241  The routines used for checking rule comp
 \begin{quotation}  \begin{quotation}
 \texttt{if (\$item eq 'facstaffID') \{}  \texttt{if (\$item eq 'facstaffID') \{}
 \begin{quotation}  \begin{quotation}
 \texttt{if (\$id =\~{} /^z\textbackslash{}d\{8\}\$/i)  \texttt{if (\$id =\~{} /\^{}z\textbackslash{}d\{8\}\$/i)
 \{}  \{}
 \begin{quotation}  \begin{quotation}
 \texttt{\$resultshash->\{\$item\} = 1;}  \texttt{\$resultshash->\{\$item\} = 1;}
Line 254  The routines used for checking rule comp Line 254  The routines used for checking rule comp
 \end{quotation}  \end{quotation}
 \texttt{\} elsif (\$item eq 'studentID') \{}  \texttt{\} elsif (\$item eq 'studentID') \{}
 \begin{quotation}  \begin{quotation}
 \texttt{if (\$id =\~{} /^a\textbackslash{}d\{8\}\$/i)  \texttt{if (\$id =\~{} /\^{}a\textbackslash{}d\{8\}\$/i)
 \{}  \{}
 \begin{quotation}  \begin{quotation}
 \texttt{\$resultshash->\{\$item\} = 1;}  \texttt{\$resultshash->\{\$item\} = 1;}
Line 292  The routines used for checking rule comp Line 292  The routines used for checking rule comp
 \begin{quotation}  \begin{quotation}
 \texttt{if (\$item eq 'msuemail') \{}  \texttt{if (\$item eq 'msuemail') \{}
 \begin{quotation}  \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}  \begin{quotation}
 \texttt{\$resultshash->\{\$item\} = 1;}  \texttt{\$resultshash->\{\$item\} = 1;}

Removed from v.1.2  
changed lines
  Added in v.1.3


FreeBSD-CVSweb <freebsd-cvsweb@FreeBSD.org>