diff options
author | Patrick Davison <snapwilliam@gmail.com> | 2013-03-10 01:47:58 -0800 |
---|---|---|
committer | Patrick Davison <snapwilliam@gmail.com> | 2013-03-10 01:47:58 -0800 |
commit | ecfb33225113aaa94b5f46dd7080e7aa4685053c (patch) | |
tree | f4fb29550ed7d9435e25c9f0392e64039446fc23 /pages/massemail.php | |
parent | b9b735d564d0f52e3107da85b9a54d36d8cb8239 (diff) | |
download | pathery-ecfb33225113aaa94b5f46dd7080e7aa4685053c.tar.xz |
Fixed typo, added email cache-size to admin page.
Diffstat (limited to 'pages/massemail.php')
-rw-r--r-- | pages/massemail.php | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/pages/massemail.php b/pages/massemail.php index d2634ef..74c8fdc 100644 --- a/pages/massemail.php +++ b/pages/massemail.php @@ -133,7 +133,7 @@ $result = mysql_query($sql); <li>%footer :<? echo $emailFooter; ?></li>
<li>%mydomain :<? echo $mydomain; ?> (Dynamic)</li>
<li>%joined</li>
-<li>%lastJoined</li>
+<li>%lastLogin</li>
</ul>
<form action="massemail" method="post" name="massemail">
|