Fixed up some more debug statements
This commit is contained in:
@@ -94,7 +94,7 @@
|
||||
if (file_exists($pathname)) {
|
||||
send_file($pathname, $image);
|
||||
} else {
|
||||
if ($CFG->debug > 7) {
|
||||
if (debugging()) {
|
||||
echo "The shell command<br />$cmd<br />returned status = $status<br />\n";
|
||||
echo "Image not found!<br />";
|
||||
echo "Please try the <a href=\"$CFG->wwwroot/$CFG->algebrafilterdir/algebradebug.php\">debugging script</a>";
|
||||
|
||||
+1
-1
@@ -113,7 +113,7 @@
|
||||
if (file_exists($pathname)) {
|
||||
send_file($pathname, $image);
|
||||
} else {
|
||||
if ($CFG->debug > 7) {
|
||||
if (debugging()) {
|
||||
echo "The shell command<br />$cmd<br />returned status = $status<br />\n";
|
||||
echo "Image not found!<br />";
|
||||
echo "Please try the <a href=\"$CFG->wwwroot/$CFG->texfilterdir/texdebug.php\">debugging script</a>";
|
||||
|
||||
Reference in New Issue
Block a user