mirror of
https://github.com/EGroupware/egroupware.git
synced 2024-11-07 16:44:07 +01:00
Fixed a few typos
This commit is contained in:
parent
ffb0600585
commit
d63e8085a6
@ -41,7 +41,7 @@
|
||||
$phpgw->common->navbar();
|
||||
}
|
||||
|
||||
$t->set_var("lang_header",lang("Add new application"));
|
||||
$t->set_var("lang_header",lang("Edit application"));
|
||||
|
||||
if ($error) {
|
||||
$t->set_var("error","<p><center>$error</center><br>");
|
||||
|
@ -23,9 +23,7 @@
|
||||
$phpgw_info["flags"]["disable_vfs_class"] = True;
|
||||
include("../header.inc.php");
|
||||
|
||||
$phpgw->include_lang("nntp");
|
||||
|
||||
function get_tg()
|
||||
function get_tg()
|
||||
{
|
||||
global $phpgw;
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user