Fixed title on drop page.
authorjollytoad <jollytoad>
Tue, 28 Sep 2004 13:09:31 +0000 (13:09 +0000)
committerjollytoad <jollytoad>
Tue, 28 Sep 2004 13:09:31 +0000 (13:09 +0000)
triggers.php

index 977b23bc4f9c8eeef434c67c5736a5a8bd56b7c4..332b3283b644c922fac4909902c47f30f00da5ea 100644 (file)
@@ -3,7 +3,7 @@
        /**
         * List triggers on a table
         *
-        * $Id: triggers.php,v 1.23 2004/09/07 13:58:21 jollytoad Exp $
+        * $Id: triggers.php,v 1.24 2004/09/28 13:09:31 jollytoad Exp $
         */
 
        // Include application functions
@@ -70,7 +70,7 @@
 
                if ($confirm) {
                        $misc->printTrail('trigger');
-                       $misc->printTitle($lang['strdrop'].'pg.trigger.drop');
+                       $misc->printTitle($lang['strdrop'],'pg.trigger.drop');
 
                        echo "<p>", sprintf($lang['strconfdroptrigger'], $misc->printVal($_REQUEST['trigger']),
                                $misc->printVal($_REQUEST['table'])), "</p>\n";