Revision: 63
Author:
shaw...@google.com
Date: Wed Apr 25 15:43:04 2012
Log: Update
http://code.google.com/p/gtv-resources/source/detail?r=63
Modified:
/trunk/gtv_template2_ajax_php_mysql/videosources.php
=======================================
--- /trunk/gtv_template2_ajax_php_mysql/videosources.php Wed Apr 25
15:32:46 2012
+++ /trunk/gtv_template2_ajax_php_mysql/videosources.php Wed Apr 25
15:43:04 2012
@@ -45,7 +45,6 @@
"subtitle" => $r->subtitle,
"description" => $r->description);
array_push($videos, $i);
-// echo "ID: $catid: " . $r->id . " : " . $r->category_id . ": " .
$r->title . " : " . $r->subtitle . " : " . $r->thumbnail_url . " : " .
$r->video_url . "<br>";
}
$category = array("name" => $r->name, "videos" => $videos);