Skip to content
Permalink
Browse files Browse the repository at this point in the history
Update contact_edit.php
  • Loading branch information
markjcrane committed Aug 13, 2019
1 parent 913ad23 commit cc820b2
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion app/contacts/contact_edit.php
Expand Up @@ -346,7 +346,7 @@
}
echo "</b></td>\n";
echo "<td valign='top' width='70%' align='right'>\n";
echo " <input type='button' class='btn' name='' alt='".$text['button-back']."' onclick=\"window.location='contacts.php?".$_GET["query_string"]."'\" value='".$text['button-back']."'>\n";
echo " <input type='button' class='btn' name='' alt='".$text['button-back']."' onclick=\"window.location='contacts.php'\" value='".$text['button-back']."'>\n";
if ($action == "update") {
if (permission_exists('contact_time_add')) {
//detect timer state (and start time)
Expand Down

0 comments on commit cc820b2

Please sign in to comment.