From 87b06fa220a59a69fb0e9b56f576866ace024ed0 Mon Sep 17 00:00:00 2001 From: Andrew Hirakawa Date: Wed, 24 Nov 2010 09:54:33 -0600 Subject: [PATCH 1/2] Added NOTES --- NOTES.txt | 4 ++++ 1 file changed, 4 insertions(+) create mode 100644 NOTES.txt diff --git a/NOTES.txt b/NOTES.txt new file mode 100644 index 0000000..3e06c21 --- /dev/null +++ b/NOTES.txt @@ -0,0 +1,4 @@ +//Notes +In php I think it might be better to use require_once() over include(). +The difference is require generates a fatal error. +We need this because we need to know when the file we included is not there or was moved to another directory. From 1902a43d780ab5d7c25b0e5d65339458cc076714 Mon Sep 17 00:00:00 2001 From: Andrew Hirakawa Date: Wed, 24 Nov 2010 07:57:19 -0800 Subject: [PATCH 2/2] --- README | 6 ------ 1 file changed, 6 deletions(-) diff --git a/README b/README index 34f83d8..34a3c6e 100644 --- a/README +++ b/README @@ -1,11 +1,5 @@ This is Grinnell Open Calender project page... -//Notes -Ill put this in a NOTES page as soon as I get back to mathLAN -In php I think it might be better to use require_once() over include(). -The difference is require generates a fatal error. -We need this because we need to know when the file we included is not there or was moved to another directory. - Andrew Hirakawa & Emircan Uysaler, git gurus Samuel A. Rebelsky, insane mentor ----