From c0570a7f84cacb7aeff56e7b13793da1f3ea0f31 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Rapha=C3=ABl=20Doursenaud?= Date: Thu, 24 Sep 2015 20:40:40 +0200 Subject: [PATCH] [Qual] Replaced deprecated select_color() --- htdocs/categories/card.php | 2 +- htdocs/categories/edit.php | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/htdocs/categories/card.php b/htdocs/categories/card.php index 6c4c1a39bdd..0bef6adc2c2 100644 --- a/htdocs/categories/card.php +++ b/htdocs/categories/card.php @@ -256,7 +256,7 @@ if ($user->rights->categorie->creer) // Color print ''.$langs->trans("Color").''; - print $formother->select_color($color,'color'); + print $formother->selectColor($color,'color'); print ''; // Parent category diff --git a/htdocs/categories/edit.php b/htdocs/categories/edit.php index 28a97d3d89d..03957e00396 100644 --- a/htdocs/categories/edit.php +++ b/htdocs/categories/edit.php @@ -156,7 +156,7 @@ print ''; print ''; print ''.$langs->trans("Color").''; print ''; -print $formother->select_color($object->color, 'color'); +print $formother->selectColor($object->color, 'color'); print ''; // Parent category