|
@@ -1,9 +1,10 @@
|
|
|
<?php
|
|
|
-/* Copyright (C) 2021 grégory Blémand <contact@atm-consulting.fr>
|
|
|
- * Copyright (C) 2021 Gauthier VERDOL <gauthier.verdol@atm-consulting.fr>
|
|
|
- * Copyright (C) 2021 Greg Rastklan <greg.rastklan@atm-consulting.fr>
|
|
|
- * Copyright (C) 2021 Jean-Pascal BOUDET <jean-pascal.boudet@atm-consulting.fr>
|
|
|
- * Copyright (C) 2021 Grégory BLEMAND <gregory.blemand@atm-consulting.fr>
|
|
|
+/* Copyright (C) 2021 Grégory Blémand <contact@atm-consulting.fr>
|
|
|
+ * Copyright (C) 2021 Gauthier VERDOL <gauthier.verdol@atm-consulting.fr>
|
|
|
+ * Copyright (C) 2021 Greg Rastklan <greg.rastklan@atm-consulting.fr>
|
|
|
+ * Copyright (C) 2021 Jean-Pascal BOUDET <jean-pascal.boudet@atm-consulting.fr>
|
|
|
+ * Copyright (C) 2021 Grégory BLEMAND <gregory.blemand@atm-consulting.fr>
|
|
|
+ * Copyright (C) 2024 Alexandre Spangaro <alexandre@inovea-conseil.com>
|
|
|
*
|
|
|
* This program is free software; you can redistribute it and/or modify
|
|
|
* it under the terms of the GNU General Public License as published by
|
|
@@ -439,7 +440,7 @@ if ($object->id > 0 && (empty($action) || ($action != 'edit' && $action != 'crea
|
|
|
if ($objecttype != 'user' && $permissiontoadd) {
|
|
|
print '<td class="linecoledit"></td>';
|
|
|
print '<td class="linecoldelete">';
|
|
|
- print '<a class="reposition" href="' . $_SERVER["PHP_SELF"] . '?id=' . $skillElement->fk_object . '&objecttype=' . $objecttype . '&action=ask_deleteskill&lineid=' . $skillElement->id . '">';
|
|
|
+ print '<a class="reposition" href="' . $_SERVER["PHP_SELF"] . '?id=' . $skillElement->fk_object . '&objecttype=' . $objecttype . '&action=ask_deleteskill&lineid=' . $skillElement->rowid . '">';
|
|
|
print img_delete();
|
|
|
print '</a>';
|
|
|
}
|