From 25b9f686a626fc5424c36555fe4757cb8114d4ea Mon Sep 17 00:00:00 2001 From: Angie Byron Date: Mon, 17 Aug 2009 07:12:16 +0000 Subject: #544418 by merlinofchaos, sun, drewish, quicksketch, et al: Integrate CTools AJAX framework with Drupal to extend (and replace) existing ahah framework. Everything about AJAX/AHAH is more betterer now. --- modules/simpletest/tests/form_test.module | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'modules/simpletest/tests') diff --git a/modules/simpletest/tests/form_test.module b/modules/simpletest/tests/form_test.module index 34b495f5d..6646e85a8 100644 --- a/modules/simpletest/tests/form_test.module +++ b/modules/simpletest/tests/form_test.module @@ -294,7 +294,7 @@ function form_test_mock_form_submit($form, &$form_state) { * It uses two steps for editing a virtual "thing". Any changes to it are saved * in the form storage and have to be present during any step. By setting the * request parameter "cache" the form can be tested with caching enabled, as - * it would be the case, if the form would contain some #ahah callbacks. + * it would be the case, if the form would contain some #ajax callbacks. * * @see form_storage_test_form_submit(). */ -- cgit v1.2.3