Commit 16933136 authored by Sebastian Kummer's avatar Sebastian Kummer

ZP-998 Removed space.

Released under the Affero GNU General Public License (AGPL) version 3.
parent 21b3cea8
...@@ -222,7 +222,7 @@ class GAB2ContactsCLI { ...@@ -222,7 +222,7 @@ class GAB2ContactsCLI {
case self::COMMAND_DELETE: case self::COMMAND_DELETE:
echo "Are you sure you want to remove all contacts of GAB folder in the target folder? [y/N]: "; echo "Are you sure you want to remove all contacts of GAB folder in the target folder? [y/N]: ";
$confirm = strtolower(trim(fgets(STDIN))); $confirm = strtolower(trim(fgets(STDIN)));
if ( $confirm === 'y' || $confirm === 'yes') if ( $confirm === 'y' || $confirm === 'yes')
self::$contactWorker->Delete(self::$sourceGAB); self::$contactWorker->Delete(self::$sourceGAB);
else else
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment