corrected bug in tables_update: return of update-function used 'phpgwapi' instead of app-name

This commit is contained in:
Ralf Becker 2002-09-01 21:12:21 +00:00
parent 78320c0525
commit a333b2bedb

View File

@ -647,7 +647,7 @@
$update .= "\n
\$GLOBALS['setup_info']['$app']['currentver'] = '$version';
return \$GLOBALS['setup_info']['phpgwapi']['currentver'];
return \$GLOBALS['setup_info']['$app']['currentver'];
}
?".">\n";
if (!($f = fopen($file_update,'w')))