From 2b2cb327ba926cf25f734f87ee6542280aa050bc Mon Sep 17 00:00:00 2001 From: runa Date: Tue, 6 Feb 2007 14:38:15 +0000 Subject: [PATCH] php syntax --- manual/codes/Schema reference - Data types - Enum.php | 1 + 1 file changed, 1 insertion(+) diff --git a/manual/codes/Schema reference - Data types - Enum.php b/manual/codes/Schema reference - Data types - Enum.php index 410aefc19..af590c898 100644 --- a/manual/codes/Schema reference - Data types - Enum.php +++ b/manual/codes/Schema reference - Data types - Enum.php @@ -9,6 +9,7 @@ class Test extends Doctrine_Record { 'python' ) ); + ) } } ?>