mirror of
https://github.com/friendica/friendica
synced 2025-04-25 08:30:11 +00:00
some work on tests
This commit is contained in:
parent
ecabe1d505
commit
3a1c78bd75
7 changed files with 77 additions and 68 deletions
|
@ -80,7 +80,7 @@ function escape_tags($string) {
|
|||
if(! function_exists('autoname')) {
|
||||
function autoname($len) {
|
||||
|
||||
if(! $len)
|
||||
if($len <= 0)
|
||||
return '';
|
||||
|
||||
$vowels = array('a','a','ai','au','e','e','e','ee','ea','i','ie','o','ou','u');
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue