[Care2002-developers] SVN 6699 file bugs

2010-09-15 Thread Ap.Muthu
Hi Robert, File: /include/care_api_classes/class_gui_person_show.php Line 243 seems to have an error - leftovers from debugging Line 447 does not need escaping of the quotes normally as the string is wrapped with single quotes. Is the escaping necessary here, presumably for use by

Re: [Care2002-developers] SVN 6699 file bugs

2010-09-15 Thread Robert Meggle
Hi Muthu, Thanks, I have seen that you're working on it at the same time and you've fixed the things you mentioned here. But jst one question about line 243: include_once($root_path.'gui/smarty_template/smarty_care.class.php'); That is working for you? On my trunk smarty_care.class.php is on

Re: [Care2002-developers] SVN 6699 file bugs

2010-09-15 Thread Ap.Muthu
Hi Robert, Please pull a fresh one from SVN. That way if there are any deleted files, you will be synched properly. You may have the gettext version of some files or may have to update your SVN client. I use TortoiseSVN The said file resides at /gui/smarty_template/ folder and is not present in

Re: [Care2002-developers] SVN 6699 file bugs

2010-09-15 Thread Tim Schofield
Hi, Should we be using the gettext branch or the trunk? Thanks Tim On 15 September 2010 21:44, Ap.Muthu wrote: > Hi Robert, > > Please pull a fresh one from SVN. That way if there are any deleted files, > you will be synched properly. > You may have the gettext version of some files or may hav

Re: [Care2002-developers] SVN 6699 file bugs

2010-09-15 Thread Robert Meggle
Hi Muthu, Yes, now it is ok on my side. I just thought to ask here before we really have a broken trunk - but it is not the case. http://care2002.svn.sourceforge.net/viewvc/care2002/care2x/trunk/gui/smarty_template/ that's the place. After fresh checkout all is perfect again. Thanks Robert

Re: [Care2002-developers] SVN 6699 file bugs

2010-09-15 Thread Robert Meggle
Hi Tim, The gettext branch is still under construction. Some steps are not working proper. Let us fix up first the trunk, then we continue on it. We should use the main trunk for that demo...it will also be the new release. Sorry Robert Am Mittwoch, den 15.09.2010, 21:54 +0100 schrieb Ti

Re: [Care2002-developers] SVN 6699 file bugs

2010-09-16 Thread Gjergj Sheldija
hi, you should use the trunk gj. On 2010-09-15 10:54.MD, Tim Schofield wrote: > Hi, > > Should we be using the gettext branch or the trunk? > > Thanks > Tim > > > On 15 September 2010 21:44, Ap.Muthu wrote: >> Hi Robert, >> >> Please pull a fresh one from SVN. That way if there are any delete