Clarifications on latest SVN 6683

/installer/db/sql/mysql_dump.sql
Line 32:
  `thisfile` text NOT NULL,`care_menu_sub`
Is the last part a comment or is it intended to be a field?

\modules\system_admin\access.php
refers to field names in the table "care_accesslogs" in uppercase.

Expect there are many other instances as well.
Gotcha to lookout for:
    If the results of the MySQL select query is fetched in ASSOC mode, then
the field names in caps will be the subscripts referred to.

Robert's latest SVN makes the PHP code endings as "[?][>]" instead of "?>".
Is this intended? The file /language/en/lang_en_custom.php seems to have
this error like a few others in the language folders.

Actually, the closing tag for PHP can be eliminated if it is at the end of
the file and is actually the recommended coding advice! I would like it to
be there anyway! Looks structured that way.

This file lang_en_custom is being placed in all the language/** folders
without renaming it the appropriate language code - presumably to aid
translation.

Regards,
Ap.Muthu



------------------------------------------------------------------------------
This SF.net Dev2Dev email is sponsored by:

Show off your parallel programming skills.
Enter the Intel(R) Threading Challenge 2010.
http://p.sf.net/sfu/intel-thread-sfd
_______________________________________________
Care2002-developers mailing list
Care2002-developers@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/care2002-developers

Reply via email to