projects
/
civicrm-core.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
6ab25cf
)
correct a typo
author
Noah Miller
<nm@lemnisc.us>
Wed, 24 May 2023 23:34:56 +0000
(16:34 -0700)
committer
Noah Miller
<nm@lemnisc.us>
Thu, 25 May 2023 00:50:57 +0000
(17:50 -0700)
Civi/Api4/Query/SqlFunctionIF.php
patch
|
blob
|
blame
|
history
diff --git
a/Civi/Api4/Query/SqlFunctionIF.php
b/Civi/Api4/Query/SqlFunctionIF.php
index 351884c97dc816d6f6a8ac8019bc9241cb01dbb0..f2a3a03176bb321d127a006bf9a1cfd0994d2eb0 100644
(file)
--- a/
Civi/Api4/Query/SqlFunctionIF.php
+++ b/
Civi/Api4/Query/SqlFunctionIF.php
@@
-52,7
+52,7
@@
class SqlFunctionIF extends SqlFunction {
*/
public static function getDescription(): string {
return ts('If the field is boolean TRUE, or any number except 0, or a '
- . 'string
not
starting with the digits 1-9, the first value, otherwise '
+ . 'string starting with the digits 1-9, the first value, otherwise '
. 'the second.');
}