[Commits] [svn:einsteintoolkit] www/documentation/ (Rev. 609)

knarf at cct.lsu.edu knarf at cct.lsu.edu
Mon Sep 12 13:21:50 CDT 2011


User: knarf
Date: 2011/09/12 01:21 PM

Modified:
 /documentation/
  send-account.php

Log:
 fix variable interpretation

File Changes:

Directory: /documentation/
==========================

File [modified]: send-account.php
Delta lines: +1 -1
===================================================================
--- documentation/send-account.php	2011-08-31 21:17:37 UTC (rev 608)
+++ documentation/send-account.php	2011-09-12 18:21:50 UTC (rev 609)
@@ -16,7 +16,7 @@
 $mentionadvisor = 'This student\'s advisor is '.$advisor.'.';
 }
 else {
-$mentionadvisor = '"$advisor" was mentioned as advisor.';
+$mentionadvisor = '"'.$advisor.'" was mentioned as advisor.';
 }
 
 if (! empty($department)){



More information about the Commits mailing list