Author: gassla
Date: Wed May 30 10:52:26 2007
New Revision: 464
URL: http://svn.gna.org/viewcvs/phplinker?rev=464&view=rev
Log:
#145 : typo
Modified:
trunk/www/admin/api/fetch_categories.php
Modified: trunk/www/admin/api/fetch_categories.php
URL:
http://svn.gna.org/viewcvs/phplinker/trunk/www/admin/api/fetch_categories.php?rev=464&r1=463&r2=464&view=diff
==============================================================================
--- trunk/www/admin/api/fetch_categories.php (original)
+++ trunk/www/admin/api/fetch_categories.php Wed May 30 10:52:26 2007
@@ -31,6 +31,7 @@
$tree_categs = array();
$tree_categs = linker_get_category_children($root, $all_categs,
$tree_categs,1, true);
+header("Content-type: text/plain");
foreach($tree_categs as $categ){
$full_name=$categ['name'];
$full_name=linker_get_full_name($categ['id'],$all_categs_simple,$full_name);
_______________________________________________
PHPLinker-commits mailing list
[email protected]
https://mail.gna.org/listinfo/phplinker-commits