]> granicus.if.org Git - php/commitdiff
only beautifying
authorDaniel Beulshausen <dbeu@php.net>
Sun, 8 Oct 2000 10:55:09 +0000 (10:55 +0000)
committerDaniel Beulshausen <dbeu@php.net>
Sun, 8 Oct 2000 10:55:09 +0000 (10:55 +0000)
ext/calendar/calendar.c

index cacc09c4f109e7abcb5ea02c39710b67d236e533..b681ee94200d0443cbe3c726c5870d83a6d260a9 100644 (file)
@@ -20,6 +20,7 @@
 /* $Id: */
 
 #include "php.h"
+#include "ext/standard/info.h"
 #include "php_calendar.h"
 #include "sdncal.h"
 
@@ -67,7 +68,9 @@ PHP_MINIT_FUNCTION(calendar)
 
 PHP_MINFO_FUNCTION(calendar)
 {
-  php_printf("Calendar support enabled");
+  php_info_print_table_start();
+  php_info_print_table_row(2, "Calendar support", "enabled");
+  php_info_print_table_end();
 }