Replaced missing footer

This commit is contained in:
jengo 2000-08-21 05:47:57 +00:00
parent d85efa7bd4
commit fc7aedd5ed
3 changed files with 4 additions and 0 deletions

View File

@ -23,6 +23,8 @@
This is for the todo list and addressbook.
- Added a search field and next matchs icons to accounts and groups form.
- Fixed the "code" messages not showing up after adding new entrys and what not.
- Started converting the admin section to work off templates
- Started converting the todo list to work off templates
[08152000] - Fixed a problem with the calendar not showing the months in the users
langague preference.

View File

@ -58,6 +58,7 @@ if (! $submit) {
. "need to be done manually."); ?>
</pre>
<?php
include($phpgw_info["server"]["api_dir"] . "/footer.inc.php");
} else {
if ($n_passwd != $n_passwd_2)
$error = lang_pref("the two passwords are not the same");

View File

@ -260,6 +260,7 @@
</tr>
</table>
</form>
<?php
} else {
$phpgw->db->query("delete from preferences where owner='" . $phpgw->session->loginid