[geeklog-cvs] geeklog: Removed right column from SpamX admin interface (same a...

geeklog-cvs at lists.geeklog.net geeklog-cvs at lists.geeklog.net
Sun Apr 8 10:04:43 EDT 2012


changeset 8585:1da723847418
url:  http://project.geeklog.net/cgi-bin/hgwebdir.cgi/geeklog/rev/1da723847418
user: Tom <websitemaster at cogeco.net>
date: Sun Apr 08 09:57:47 2012 -0400
description:
Removed right column from SpamX admin interface (same as other core plugins)

diffstat:

 public_html/admin/plugins/spamx/index.php |  2 +-
 1 files changed, 1 insertions(+), 1 deletions(-)

diffs (12 lines):

diff -r 8f033fb9a3ed -r 1da723847418 public_html/admin/plugins/spamx/index.php
--- a/public_html/admin/plugins/spamx/index.php	Sun Apr 08 09:54:03 2012 -0400
+++ b/public_html/admin/plugins/spamx/index.php	Sun Apr 08 09:57:47 2012 -0400
@@ -106,7 +106,7 @@
         $display .= $CM->display();
     }
 }
-$display .= COM_siteFooter(true);
+$display .= COM_siteFooter();
 
 COM_output($display);
 



More information about the geeklog-cvs mailing list