SOURCES: postfixadmin-pgsql.patch - fix undefined variable

blues blues at pld-linux.org
Thu Jan 17 16:29:48 CET 2008


Author: blues                        Date: Thu Jan 17 15:29:48 2008 GMT
Module: SOURCES                       Tag: HEAD
---- Log message:
- fix undefined variable

---- Files affected:
SOURCES:
   postfixadmin-pgsql.patch (1.2 -> 1.3) 

---- Diffs:

================================================================
Index: SOURCES/postfixadmin-pgsql.patch
diff -u SOURCES/postfixadmin-pgsql.patch:1.2 SOURCES/postfixadmin-pgsql.patch:1.3
--- SOURCES/postfixadmin-pgsql.patch:1.2	Sun Nov 18 11:18:38 2007
+++ SOURCES/postfixadmin-pgsql.patch	Thu Jan 17 16:29:43 2008
@@ -296,7 +296,7 @@
     <tr>
        <td><?php print $PALANG['pAdminCreate_domain_backupmx'] . ":"; ?></td>
 -      <td><?php $checked = (!empty ($tBackupmx)) ? 'checked' : ''; ?>
-+      <td><?php $checked = ($tBackupmx==1) ? 'checked' : ''; ?>
++      <td><?php $checked = ($fBackupmx==1) ? 'checked' : ''; ?>
        <input class="flat" type="checkbox" name="fBackupmx" <?php print $checked; ?> />
        </td>
        <td>&nbsp;</td>
================================================================

---- CVS-web:
    http://cvs.pld-linux.org/cgi-bin/cvsweb.cgi/SOURCES/postfixadmin-pgsql.patch?r1=1.2&r2=1.3&f=u



More information about the pld-cvs-commit mailing list