fixup commit for tag 'unstable_2_0_5'
[fa-stable.git] / admin / printers.php
index 1b6d063b9a96e70b4ac9fdd7c995845de9236a7e..89d64476bfb455f4a8805d4675d74ce2f375a6d5 100644 (file)
@@ -1,14 +1,5 @@
 <?php
-/**********************************************************************
-    Copyright (C) FrontAccounting, LLC.
-       Released under the terms of the GNU Affero General Public License,
-       AGPL, as published by the Free Software Foundation, either version 
-       3 of the License, or (at your option) any later version.
-    This program is distributed in the hope that it will be useful,
-    but WITHOUT ANY WARRANTY; without even the implied warranty of
-    MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  
-    See the License here <http://www.gnu.org/licenses/agpl-3.0.html>.
-***********************************************************************/
+
 $page_security = 15;
 $path_to_root="..";
 include($path_to_root . "/includes/session.inc");
@@ -98,7 +89,7 @@ while ($myrow = db_fetch($result))
     label_cell($myrow['host']);
     label_cell($myrow['queue']);
        edit_button_cell("Edit".$myrow['id'], _("Edit"));
-       delete_button_cell("Delete".$myrow['id'], _("Delete"));
+       edit_button_cell("Delete".$myrow['id'], _("Delete"));
     end_row();