[system] / trunk / webwork2 / lib / WeBWorK / PG.pm Repository:
ViewVC logotype

Diff of /trunk/webwork2/lib/WeBWorK/PG.pm

Parent Directory Parent Directory | Revision Log Revision Log | View Patch Patch

Revision 6290 Revision 6291
165 $envir{webworkDocsURL} = $ce->{webworkURLs}->{docs}."/"; 165 $envir{webworkDocsURL} = $ce->{webworkURLs}->{docs}."/";
166 $envir{localHelpURL} = $ce->{webworkURLs}->{local_help}."/"; 166 $envir{localHelpURL} = $ce->{webworkURLs}->{local_help}."/";
167 $envir{jsMathURL} = $ce->{webworkURLs}->{jsMath}; 167 $envir{jsMathURL} = $ce->{webworkURLs}->{jsMath};
168 $envir{asciimathURL} = $ce->{webworkURLs}->{asciimath}; 168 $envir{asciimathURL} = $ce->{webworkURLs}->{asciimath};
169 $envir{LaTeXMathMLURL} = $ce->{webworkURLs}->{LaTeXMathML}; 169 $envir{LaTeXMathMLURL} = $ce->{webworkURLs}->{LaTeXMathML};
170 $envir{server_root_url} = $ce->{apache_root_url}; 170 $envir{server_root_url} = $ce->{apache_root_url}|| '';
171 171
172 # Information for sending mail 172 # Information for sending mail
173 173
174 $envir{mailSmtpServer} = $ce->{mail}->{smtpServer}; 174 $envir{mailSmtpServer} = $ce->{mail}->{smtpServer};
175 $envir{mailSmtpSender} = $ce->{mail}->{smtpSender}; 175 $envir{mailSmtpSender} = $ce->{mail}->{smtpSender};

Legend:
Removed from v.6290  
changed lines
  Added in v.6291

aubreyja at gmail dot com
ViewVC Help
Powered by ViewVC 1.0.9