summary | shortlog | log | commit | commitdiff | tree
raw | patch | inline | side by side (parent: a26798f)
raw | patch | inline | side by side (parent: a26798f)
author | cajus <cajus@594d385d-05f5-0310-b6e9-bd551577e9d8> | |
Mon, 21 Jan 2008 15:52:58 +0000 (15:52 +0000) | ||
committer | cajus <cajus@594d385d-05f5-0310-b6e9-bd551577e9d8> | |
Mon, 21 Jan 2008 15:52:58 +0000 (15:52 +0000) |
git-svn-id: https://oss.gonicus.de/repositories/gosa/trunk@8527 594d385d-05f5-0310-b6e9-bd551577e9d8
gosa-core/update-gosa | patch | blob | history |
diff --git a/gosa-core/update-gosa b/gosa-core/update-gosa
index 2907dee9607b93e709f393b04a19da96a09c920a..22a4cb1fb59af72d5126cd7cce2d25ea2b01acc9 100755 (executable)
--- a/gosa-core/update-gosa
+++ b/gosa-core/update-gosa
function rescan_classes()
{
+ echo "Updating class cache...\n";
$class_mapping= get_classes();
$filename= "include/class_location.inc";
function rescan_i18n()
{
+ echo "Updating internationalization...\n";
$languages= array();
$size= strlen(LOCALE_DIR);
function load_plugins()
{
if (!file_exists(PLUGSTATE_DIR)){
- if (!mkdir (PLUGSTATE_DIR", 0755, TRUE)){
+ if (!mkdir (PLUGSTATE_DIR, 0755, TRUE)){
echo "Cannot create plugstate dir '".PLUGSTATE_DIR."' - aborted\n";
exit (2);
}
rescan_i18n();
exit (0);
}
+
switch ($argv[1]){
case 'install-plugin':
if (isset($argv[2])){