Changeset 902 for trunk/Common/Global.php
- Timestamp:
- Feb 18, 2021, 1:59:28 PM (4 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/Common/Global.php
r887 r902 328 328 function NotBlank(string $Text): string 329 329 { 330 if ($Text == '') return '  ';330 if ($Text == '') return ' '; 331 331 else return $Text; 332 332 }
Note:
See TracChangeset
for help on using the changeset viewer.