Re: [AppDb] update the comments in some files

2006-06-29 Thread Jonathan Ernst
Le jeudi 29 juin 2006 à 12:43 -0400, Chris Morgan a écrit : > Why not replace the require_once() with requires instead of putting it on the > todo? Because we have to check that it nevers poses a problem (for example if the file is included elsewhere), so that's another patch entierly. > We don'

Re: [AppDb] update the comments in some files

2006-06-29 Thread Chris Morgan
Why not replace the require_once() with requires instead of putting it on the todo? We don't really need the $aClean TODO item since thats high on the priority list at the moment and we'll just end up removing it in a day or two right? The move of show_note() into its class is on my todo list f