Skip to content

Commit

Permalink
Add in adjust_external_format() to the genuine CAS call.
Browse files Browse the repository at this point in the history
  • Loading branch information
sangwinc committed Jan 3, 2018
1 parent e6b41de commit 4b08215
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions stack/cas/connectorhelper.class.php
Original file line number Diff line number Diff line change
Expand Up @@ -303,6 +303,7 @@ public static function stackmaxima_genuine_connect() {
'cte("STACKversion",errcatch(stackmaximaversion)), print("2=[ error= ["), ' .
'cte("MAXIMAversion",errcatch(MAXIMA_VERSION_STR)), print("3=[ error= ["), ' .
'cte("MAXIMAversionnum",errcatch(MAXIMA_VERSION_NUM)), print("4=[ error= ["), ' .
'cte("externalformat",errcatch(adjust_external_format())), print("5=[ error= ["), ' .
'cte("CAStime",errcatch(CAStime:"'.$date.'")), print("] ]"), return(true));' .
"\n";

Expand Down

0 comments on commit 4b08215

Please sign in to comment.