From 459d01bf495486a270e65d630c77eb114ef5d016 Mon Sep 17 00:00:00 2001
From: prashantsinalkar
Date: Thu, 5 Sep 2019 11:45:15 +0530
Subject: changed color code
---
r_tbc_fixer_edit_book_category.inc | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/r_tbc_fixer_edit_book_category.inc b/r_tbc_fixer_edit_book_category.inc
index 4b40d43..1b87af7 100755
--- a/r_tbc_fixer_edit_book_category.inc
+++ b/r_tbc_fixer_edit_book_category.inc
@@ -47,7 +47,7 @@ function get_proposal_status($proposal_value)
$proposal_status = '';
switch ($proposal_value) {
case 0:
- $proposal_status = "Pending";
+ $proposal_status = "Pending";
break;
case 1:
$proposal_status = "Approved";
--
cgit