Changeset 6686

Show
Ignore:
Timestamp:
01/29/08 22:54:18 (7 months ago)
Author:
ryan
Message:

Use var_export instead of printr. fixes #5732

Files:

Legend:

Unmodified
Added
Removed
Modified
Copied
Moved
  • trunk/xmlrpc.php

    r6642 r6686  
    13071307 
    13081308        $catnames = $content_struct['categories']; 
    1309         logIO('O', 'Post cats: ' . printr($catnames,true)); 
     1309        logIO('O', 'Post cats: ' . var_export($catnames,true)); 
    13101310        $post_category = array(); 
    13111311