1. Improved DAO.class.php, when no results returned for "select" sql, return false;
authorCindy Li <cli@ocad.ca>
Mon, 18 Oct 2010 19:11:34 +0000 (19:11 -0000)
committerCindy Li <cli@ocad.ca>
Mon, 18 Oct 2010 19:11:34 +0000 (19:11 -0000)
commit3bca3cec702991a700626fe455f2b4373e62aeaf
treeec3b288c6fc009e979faa9dace44646c57ab28fc
parentec14d16cbfd893bf5a290905b35fe9cfe5bd568a
1. Improved DAO.class.php, when no results returned for "select" sql, return false;
2. On "import/export course" page, truncate folder/content titles in the drop down list box to 65 chars;
3. Only when content type is "html", parse content and extract primary resources
4. In output.inc.php -> provide_alternative(), don't call convert_amp() on content since the plain text would not have alternatives defined.
docs/home/classes/ContentUtility.class.php
docs/home/editor/editor_tab_functions.inc.php
docs/home/editor/editor_tabs/alternatives.inc.php
docs/home/editor/import_export_content.php
docs/include/classes/DAO/DAO.class.php