Skip to content
Open
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion classes/ChuckDatabaseFiller.inc.php
Original file line number Diff line number Diff line change
Expand Up @@ -579,14 +579,14 @@ public static function fill($db) {
$db->addJoke(new Quote(610, "Did you know that %firstName% %lastName% was in every Star Wars movie? He was \"The Force\".", array()));
$db->addJoke(new Quote(611, "Knock knock, who's there? %firstName% %lastName%! %firstName% %lastName% who? Sorry, joke is over when %firstName% %lastName% gets involved!", array()));
$db->addJoke(new Quote(612, "%firstName% %lastName% doesn't win, he allows you to lose.", array()));
$db->addJoke(new Quote(613, "%firstName% %lastName% knows Victoria's Secret.", array()));
$db->addJoke(new Quote(613, "Tornados occur when %firstName% %lastName% sneezes.", array()));
$db->addJoke(new Quote(614, "%firstName% %lastName% once sold eBay to eBay on eBay.", array()));
$db->addJoke(new Quote(615, "%firstName% %lastName% can build a snowman out of rain.", array()));
$db->addJoke(new Quote(616, "%firstName% %lastName% made the sun by rubbing his hands together.", array()));
$db->addJoke(new Quote(617, "%firstName% %lastName% doesn't turn on his faucet, he stares at it until it cries.", array()));
$db->addJoke(new Quote(618, "%firstName% %lastName% puts sunglasses on to protect the sun from his eyes.", array()));
$db->addJoke(new Quote(619, "%firstName% %lastName% can lock a safe and keep the key inside it.", array()));
$db->addJoke(new Quote(620, "%firstName% %lastName% knows Victoria's Secret.", array()));
# Number of jokes: 575
}
}