From 60dfd10e91110ad63f750a2618f7dd01de6f98b0 Mon Sep 17 00:00:00 2001 From: runa Date: Tue, 6 Feb 2007 14:42:35 +0000 Subject: [PATCH] missing ; --- manual/codes/Schema reference - Data types - Enum.php | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/manual/codes/Schema reference - Data types - Enum.php b/manual/codes/Schema reference - Data types - Enum.php index af590c898..384a50dee 100644 --- a/manual/codes/Schema reference - Data types - Enum.php +++ b/manual/codes/Schema reference - Data types - Enum.php @@ -8,8 +8,8 @@ class Test extends Doctrine_Record { 'java', 'python' ) - ); - ) + ) + ); } } ?>