diff --git a/expenses.php b/expenses.php index 6ccf8a08..687fb46e 100644 --- a/expenses.php +++ b/expenses.php @@ -147,6 +147,7 @@ $num_rows = mysqli_fetch_row(mysqli_query($mysqli,"SELECT FOUND_ROWS()")); Date Amount Vendor + Description Category Account Action @@ -182,6 +183,7 @@ $num_rows = mysqli_fetch_row(mysqli_query($mysqli,"SELECT FOUND_ROWS()")); $ + diff --git a/functions.php b/functions.php index 32cba49f..87055e78 100644 --- a/functions.php +++ b/functions.php @@ -173,7 +173,7 @@ function get_device(){ } } -function truncate($text, $chars = 25) { +function truncate($text, $chars) { if (strlen($text) <= $chars) { return $text; }