From: cajus Date: Tue, 20 Apr 2010 14:29:51 +0000 (+0000) Subject: Updated for non-modern X-Git-Url: https://git.tokkee.org/?a=commitdiff_plain;h=6eef14b1cfafc4970282518a2f0f38610f05bacf;p=gosa.git Updated for non-modern git-svn-id: https://oss.gonicus.de/repositories/gosa/trunk@17754 594d385d-05f5-0310-b6e9-bd551577e9d8 --- diff --git a/gosa-core/update-gosa b/gosa-core/update-gosa index 2e54a2aa9..3277a3fbf 100755 --- a/gosa-core/update-gosa +++ b/gosa-core/update-gosa @@ -765,7 +765,7 @@ if ($argc < 2){ rescan_classes(); rescan_i18n(); rescan_guide(); - rescan_images("html", "modern"); + rescan_images("html", "default"); exit (0); } @@ -796,7 +796,7 @@ switch ($argv[1]){ rescan_classes(); break; case 'rescan-images': - rescan_images("html", "modern"); + rescan_images("html", "default"); break; default: echo "Error: Supplied command not known\n\n";