0
0
mirror of https://github.com/postfixadmin/postfixadmin.git synced 2024-09-20 03:36:20 +02:00

- fixed one more short open tag.

git-svn-id: https://svn.code.sf.net/p/postfixadmin/code/trunk@762 a1433add-5e2c-0410-b055-b7f2511e0802
This commit is contained in:
Sebastian 2009-11-07 18:41:59 +00:00
parent 7229502738
commit 8360ca09d0

View File

@ -33,7 +33,7 @@ else
if (file_exists ($CONF ['postfix_admin_path'].'/templates/'.$motd_file))
$smarty->assign ('motd_file', $motd_file);
?>
<?
<?php
function select_options ($aValues, $aSelected)
{
$ret_val = '';