mirror of
https://github.com/Sarjuuk/aowow.git
synced 2025-11-29 15:58:16 +08:00
Template/Update (Cleanup)
* smush leftover changes into a commit * create fresh db dump, without dbc placeholders * version bump ... all done
This commit is contained in:
@@ -140,9 +140,9 @@ class Lang
|
||||
if ($arg !== false || $concat == self::CONCAT_NONE)
|
||||
$buff .= ', '.$item;
|
||||
else if ($concat == self::CONCAT_AND)
|
||||
$buff .= self::main('and').' '.$item;
|
||||
$buff .= self::main('and').$item;
|
||||
else
|
||||
$buff .= self::main('or').' '.$item;
|
||||
$buff .= self::main('or').$item;
|
||||
}
|
||||
while ($arg !== false);
|
||||
|
||||
|
||||
Reference in New Issue
Block a user