Use 'For each' instead of 'Frequency' in triggers creation
authorsoranzo <soranzo>
Tue, 3 May 2005 02:34:29 +0000 (02:34 +0000)
committersoranzo <soranzo>
Tue, 3 May 2005 02:34:29 +0000 (02:34 +0000)
triggers.php

index 4194178a0304525975cc20289fdf92063c06c781..d8fd44c045278c03fdc3ce9c6e39c26962364a53 100644 (file)
@@ -3,7 +3,7 @@
        /**
         * List triggers on a table
         *
-        * $Id: triggers.php,v 1.26 2005/05/02 15:47:24 chriskl Exp $
+        * $Id: triggers.php,v 1.27 2005/05/03 02:34:29 soranzo Exp $
         */
 
        // Include application functions
                echo "</tr>\n";
                echo "<tr>\n";
                echo "    <th class=\"data\">{$lang['strevent']}</th>\n";
-               echo "    <th class=\"data\">{$lang['strfrequency']}</th>\n";
+               echo "    <th class=\"data\">{$lang['strforeach']}</th>\n";
                echo "</tr>\n";
                echo "<tr>\n";
                echo "     <td class=\"data1\"> ", $sel2->fetch(), "</td>\n";