projects
/
textcart.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
edc2bd3
)
Fixed typos in ui_view.inc _number_to_words()
author
Joe Hunt
<joe.hunt.consulting@gmail.com>
Thu, 29 Sep 2011 13:14:26 +0000
(15:14 +0200)
committer
Joe Hunt
<joe.hunt.consulting@gmail.com>
Thu, 29 Sep 2011 13:14:26 +0000
(15:14 +0200)
includes/ui/ui_view.inc
patch
|
blob
|
history
diff --git
a/includes/ui/ui_view.inc
b/includes/ui/ui_view.inc
index 5b6de2fb7c6010334951272a30886e756ceb4243..14d1eb021347967e630ac58a3d2bc76466563c8e 100644
(file)
--- a/
includes/ui/ui_view.inc
+++ b/
includes/ui/ui_view.inc
@@
-734,10
+734,10
@@
function _number_to_words($number)
$ones = array("", "One", "Two", "Three", "Four", "Five", "Six",
"Seven", "Eight", "Nine", "Ten", "Eleven", "Twelve", "Thirteen",
- "Fourteen", "Fifteen", "Sixteen", "Seventeen", "Eight
t
een",
+ "Fourteen", "Fifteen", "Sixteen", "Seventeen", "Eighteen",
"Nineteen");
$tens = array("", "", "Twenty", "Thirty", "Fourty", "Fifty", "Sixty",
- "Seventy", "Eig
th
y", "Ninety");
+ "Seventy", "Eig
ht
y", "Ninety");
if ($Dn || $n)
{