Skip to content

Commit

Permalink
Commented out debugging line for dataentry update
Browse files Browse the repository at this point in the history
git-svn-id: file:///Users/Shitiz/Downloads/lssvn/trunk/unstable@159 b72ed6b6-b9f8-46b5-92b4-906544132732
  • Loading branch information
jcleeland committed Mar 27, 2003
1 parent 9d3c782 commit 7e9b622
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion admin/dataentry.php
Expand Up @@ -638,7 +638,7 @@
echo "<br />\n<b>Record has been updated.</b><br /><br />\n";
echo "<a href='browse.php?sid=$sid&action=id&id=$id'>View record again</a>\n<br />\n";
echo "<a href='browse.php?sid=$sid&action=all'>Browse all records</a>\n";
echo "<pre style='text-align: left'>$updateqr</pre>"; //Debugging info
//echo "<pre style='text-align: left'>$updateqr</pre>"; //Debugging info
echo "</body>\n</html>\n";
}

Expand Down

0 comments on commit 7e9b622

Please sign in to comment.