diff options
| author | Hartmut Holzgraefe <hholzgra@php.net> | 2003-05-20 13:42:04 +0000 |
|---|---|---|
| committer | Hartmut Holzgraefe <hholzgra@php.net> | 2003-05-20 13:42:04 +0000 |
| commit | 450d46ce4ff0b449871f444e0d5fa3ddefb538aa (patch) | |
| tree | ddd8833251950ccddfc04e640d032e3df217604e /scripts/ext_skel_ng/php_element.php | |
| parent | 5e3b5bce0a15043fca5d8d604bbf25b897c8ac83 (diff) | |
| download | php-git-450d46ce4ff0b449871f444e0d5fa3ddefb538aa.tar.gz | |
just a method name change
Diffstat (limited to 'scripts/ext_skel_ng/php_element.php')
| -rw-r--r-- | scripts/ext_skel_ng/php_element.php | 3 |
1 files changed, 1 insertions, 2 deletions
diff --git a/scripts/ext_skel_ng/php_element.php b/scripts/ext_skel_ng/php_element.php index 3f1bd1c6b5..852e2d8e94 100644 --- a/scripts/ext_skel_ng/php_element.php +++ b/scripts/ext_skel_ng/php_element.php @@ -1,7 +1,6 @@ <?php class php_element { - function is_type($name) { $types = array("void" => "void", "bool" => "bool", @@ -48,7 +47,7 @@ class php_element { return ""; } - function docbook_editor_footer($level=3) { + function docbook_editor_settings($level=3) { return ' <!-- Keep this comment at the end of the file Local'.' variables: |
